Metadata


Name
async-http
Version
0.36.2
Platform
ruby
Authors
Samuel Williams
Bindir
bin
Date
2018-10-30 00:00:00 UTC
Dependencies
async (~> 1.6)
async-io (~> 1.16)
http-protocol (~> 0.8.0)
async-rspec (~> 1.10, development)
async-container (~> 0.5.0, development)
bundler (~> 1.3, development)
rspec (~> 3.6, development)
rake (>= 0, development)
Email
samuel.williams@oriontransfer.co.nz
Files
.gitignore
.rspec
.travis.yml
Gemfile
README.md
Rakefile
async-http.gemspec
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/request.rb
examples/upload/client.rb
examples/upload/data.txt
examples/upload/server.rb
examples/upload/upload.rb
lib/async/http.rb
lib/async/http/accept_encoding.rb
lib/async/http/body.rb
lib/async/http/body/buffered.rb
lib/async/http/body/chunked.rb
lib/async/http/body/deflate.rb
lib/async/http/body/delayed.rb
lib/async/http/body/file.rb
lib/async/http/body/fixed.rb
lib/async/http/body/inflate.rb
lib/async/http/body/readable.rb
lib/async/http/body/reader.rb
lib/async/http/body/rewindable.rb
lib/async/http/body/streamable.rb
lib/async/http/body/wrapper.rb
lib/async/http/body/writable.rb
lib/async/http/client.rb
lib/async/http/content_encoding.rb
lib/async/http/headers.rb
lib/async/http/internet.rb
lib/async/http/middleware.rb
lib/async/http/middleware/builder.rb
lib/async/http/pool.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/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/reference.rb
lib/async/http/relative_location.rb
lib/async/http/request.rb
lib/async/http/response.rb
lib/async/http/server.rb
lib/async/http/statistics.rb
lib/async/http/url_endpoint.rb
lib/async/http/version.rb
Homepage
https://github.com/socketry/async-http
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
2.7.7
Specification version
4
Summary
A HTTP client and server library.
Original platform
ruby
New platform
ruby