Module: Async::HTTP

Defined in:
lib/async/http/body.rb,
lib/async/http/proxy.rb,
lib/async/http/client.rb,
lib/async/http/server.rb,
lib/async/http/version.rb,
lib/async/http/endpoint.rb,
lib/async/http/internet.rb,
lib/async/http/protocol.rb,
lib/async/http/body/pipe.rb,
lib/async/http/reference.rb,
lib/async/http/statistics.rb,
lib/async/http/body/hijack.rb,
lib/async/http/body/delayed.rb,
lib/async/http/body/writable.rb,
lib/async/http/body/slowloris.rb,
lib/async/http/protocol/http1.rb,
lib/async/http/protocol/http2.rb,
lib/async/http/protocol/http10.rb,
lib/async/http/protocol/http11.rb,
lib/async/http/protocol/request.rb,
lib/async/http/internet/instance.rb,
lib/async/http/protocol/response.rb,
lib/async/http/relative_location.rb,
lib/async/http/protocol/http2/input.rb,
lib/async/http/protocol/http1/client.rb,
lib/async/http/protocol/http1/server.rb,
lib/async/http/protocol/http2/client.rb,
lib/async/http/protocol/http2/output.rb,
lib/async/http/protocol/http2/server.rb,
lib/async/http/protocol/http2/stream.rb,
lib/async/http/protocol/http1/request.rb,
lib/async/http/protocol/http2/request.rb,
lib/async/http/protocol/http1/response.rb,
lib/async/http/protocol/http2/response.rb,
lib/async/http/protocol/http1/connection.rb,
lib/async/http/protocol/http2/connection.rb,
lib/async/http/protocol/https.rb

Defined Under Namespace

Modules: Body, Protocol Classes: Client, Endpoint, Internet, Proxy, RelativeLocation, Server, Statistics, TooManyRedirects

Constant Summary collapse

DEFAULT_RETRIES =
3
DEFAULT_CONNECTION_LIMIT =
nil
VERSION =
"0.59.2"
Reference =
::Protocol::HTTP::Reference