Module: HTTP::Protocol

Defined in:
lib/http/protocol/error.rb,
lib/http/protocol/headers.rb,
lib/http/protocol/version.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/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: HTTP2 Classes: ConnectionClosed, Error, FlowControlError, FrameSizeError, HandshakeError, Headers, InternalError, ProtocolError, StreamClosed, StreamLimitExceeded

Constant Summary collapse

VERSION =
"0.1.1"