- 
            Name
          
 
          - 
              async-http
          
 
        
        
          
- 
            Version
          
 
          - 
              0.51.2
          
 
        
        
          
- 
            Platform
          
 
          - 
              ruby
          
 
        
        
          
- 
            Authors
          
 
          - 
              Samuel Williams
          
 
        
        
          
- 
            Bindir
          
 
          - 
              bin
          
 
        
        
          
- 
            Date
          
 
          - 
              2020-04-09 00:00:00 UTC
          
 
        
        
          
- 
            Dependencies
          
 
          - 
              async (~> 1.23)
async-io (~> 1.28)
async-pool (~> 0.2)
protocol-http (~> 0.18.0)
protocol-http1 (~> 0.12.0)
protocol-http2 (~> 0.13.0)
async-rspec (~> 1.10, development)
async-container (~> 0.14.0, development)
rack-test (>= 0, development)
covered (>= 0, development)
bundler (>= 0, development)
bake-bundler (>= 0, development)
rspec (~> 3.6, development)
           
        
        
          
- 
            Email
          
 
          - 
              samuel.williams@oriontransfer.co.nz
          
 
        
        
          
- 
            Files
          
 
          - 
              .editorconfig
.gitignore
.rspec
.travis.yml
Gemfile
README.md
async-http.gemspec
bake.rb
bake/async/http.rb
bake/async/http/h2spec.rb
examples/compare/Gemfile
examples/compare/benchmark.rb
examples/download/chunked.rb
examples/fetch/Gemfile
examples/fetch/Gemfile.lock
examples/fetch/README.md
examples/fetch/config.ru
examples/fetch/public/index.html
examples/fetch/public/stream.js
examples/google/search.rb
examples/request.rb
examples/stream/stop.rb
examples/trenni/Gemfile
examples/trenni/streaming.rb
examples/upload/client.rb
examples/upload/data.txt
examples/upload/server.rb
examples/upload/upload.rb
lib/async/http.rb
lib/async/http/body.rb
lib/async/http/body/delayed.rb
lib/async/http/body/hijack.rb
lib/async/http/body/pipe.rb
lib/async/http/body/slowloris.rb
lib/async/http/body/stream.rb
lib/async/http/body/writable.rb
lib/async/http/client.rb
lib/async/http/endpoint.rb
lib/async/http/internet.rb
lib/async/http/protocol.rb
lib/async/http/protocol/http1.rb
lib/async/http/protocol/http1/client.rb
lib/async/http/protocol/http1/connection.rb
lib/async/http/protocol/http1/request.rb
lib/async/http/protocol/http1/response.rb
lib/async/http/protocol/http1/server.rb
lib/async/http/protocol/http10.rb
lib/async/http/protocol/http11.rb
lib/async/http/protocol/http2.rb
lib/async/http/protocol/http2/client.rb
lib/async/http/protocol/http2/connection.rb
lib/async/http/protocol/http2/input.rb
lib/async/http/protocol/http2/output.rb
lib/async/http/protocol/http2/request.rb
lib/async/http/protocol/http2/response.rb
lib/async/http/protocol/http2/server.rb
lib/async/http/protocol/http2/stream.rb
lib/async/http/protocol/https.rb
lib/async/http/protocol/request.rb
lib/async/http/protocol/response.rb
lib/async/http/proxy.rb
lib/async/http/reference.rb
lib/async/http/relative_location.rb
lib/async/http/server.rb
lib/async/http/statistics.rb
lib/async/http/version.rb
           
        
        
          
- 
            Homepage
          
 
          - 
              https://github.com/socketry/async-http
          
 
        
        
          
- 
            Licenses
          
 
          - 
              MIT
          
 
        
        
          
- 
            Require paths
          
 
          - 
              lib
          
 
        
        
          
- 
            Required ruby version
          
 
          - 
              >= 0
          
 
        
        
          
- 
            Required rubygems version
          
 
          - 
              >= 0
          
 
        
        
          
- 
            Rubygems version
          
 
          - 
              3.1.2
          
 
        
        
          
- 
            Specification version
          
 
          - 
              4
          
 
        
        
          
- 
            Summary
          
 
          - 
              A HTTP client and server library.
          
 
        
        
          
- 
            Original platform
          
 
          - 
              ruby
          
 
        
        
          
- 
            New platform
          
 
          - 
              ruby