Module: HTTP::Protocol

Defined in:
lib/http/protocol/error.rb,
lib/http/protocol/headers.rb,
lib/http/protocol/version.rb,
lib/http/protocol/reference.rb,
lib/http/protocol/http2/frame.rb,
lib/http/protocol/http2/client.rb,
lib/http/protocol/http2/framer.rb,
lib/http/protocol/http2/padded.rb,
lib/http/protocol/http2/server.rb,
lib/http/protocol/http2/stream.rb,
lib/http/protocol/http2/connection.rb,
lib/http/protocol/http2/data_frame.rb,
lib/http/protocol/http2/ping_frame.rb,
lib/http/protocol/http10/connection.rb,
lib/http/protocol/http11/connection.rb,
lib/http/protocol/http2/flow_control.rb,
lib/http/protocol/http2/goaway_frame.rb,
lib/http/protocol/http2/headers_frame.rb,
lib/http/protocol/http2/priority_frame.rb,
lib/http/protocol/http2/settings_frame.rb,
lib/http/protocol/http2/continuation_frame.rb,
lib/http/protocol/http2/push_promise_frame.rb,
lib/http/protocol/http2/reset_stream_frame.rb,
lib/http/protocol/http2/window_update_frame.rb

Defined Under Namespace

Modules: HTTP10, HTTP11, HTTP2 Classes: ConnectionClosed, Error, FlowControlError, FrameSizeError, HandshakeError, Headers, InternalError, ProtocolError, Reference, StreamClosed, StreamLimitExceeded

Constant Summary collapse

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