Module: Async::HTTP::Protocol

Defined in:
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/protocol/response.rb,
lib/async/http/protocol/http2/client.rb,
lib/async/http/protocol/http2/server.rb,
lib/async/http/protocol/http2/stream.rb,
lib/async/http/protocol/http2/request.rb,
lib/async/http/protocol/http2/response.rb,
lib/async/http/protocol/http2/connection.rb,
lib/async/http/protocol/https.rb

Defined Under Namespace

Modules: HTTP2, HTTPS Classes: BadRequest, HTTP1, HTTP10, HTTP11, Request, RequestFailed, Response

Constant Summary collapse

TRANSFER_ENCODING =
'transfer-encoding'.freeze
CONTENT_LENGTH =
'content-length'.freeze
CHUNKED =
'chunked'.freeze