Module: Async::HTTP

Defined in:
lib/async/http/pool.rb,
lib/async/http/client.rb,
lib/async/http/server.rb,
lib/async/http/headers.rb,
lib/async/http/request.rb,
lib/async/http/version.rb,
lib/async/http/response.rb,
lib/async/http/reference.rb,
lib/async/http/body/fixed.rb,
lib/async/http/middleware.rb,
lib/async/http/statistics.rb,
lib/async/http/body/chunked.rb,
lib/async/http/body/deflate.rb,
lib/async/http/body/inflate.rb,
lib/async/http/body/wrapper.rb,
lib/async/http/url_endpoint.rb,
lib/async/http/body/buffered.rb,
lib/async/http/body/readable.rb,
lib/async/http/body/writable.rb,
lib/async/http/protocol/http1.rb,
lib/async/http/protocol/http2.rb,
lib/async/http/accept_encoding.rb,
lib/async/http/body/streamable.rb,
lib/async/http/protocol/http10.rb,
lib/async/http/protocol/http11.rb,
lib/async/http/content_encoding.rb,
lib/async/http/relative_location.rb,
lib/async/http/middleware/builder.rb,
lib/async/http/protocol/request_failed.rb,
lib/async/http/protocol/https.rb

Defined Under Namespace

Modules: Body, Protocol, Verbs Classes: AcceptEncoding, Client, ContentEncoding, Headers, Middleware, Pool, Reference, RelativeLocation, Request, Response, Server, Statistics, URLEndpoint

Constant Summary collapse

VERSION =
"0.23.1"
VERBS =
['GET', 'HEAD', 'POST', 'PUT', 'PATCH', 'DELETE']