Documentation
¶
Overview ¶
Package h2 provides HTTP/2 frame handling and stream management.
Subpackage protocol/h2/frame implements the wire-level frame codec (HEADERS, DATA, SETTINGS, WINDOW_UPDATE, GOAWAY, RST_STREAM, PUSH_PROMISE, PING, CONTINUATION, PRIORITY) and HPACK compression/decompression. Subpackage protocol/h2/stream implements per-stream lifecycle (state machine, flow-control windows, request/ response buffering, trailers).
Application code should not import these packages directly — interact with HTTP/2 through the celeris [Server] and [Context] types.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package frame provides HTTP/2 frame type definitions, parsing, writing, and HPACK integration.
|
Package frame provides HTTP/2 frame type definitions, parsing, writing, and HPACK integration. |
|
Package stream manages HTTP/2 stream lifecycle, state transitions, flow control, and frame processing.
|
Package stream manages HTTP/2 stream lifecycle, state transitions, flow control, and frame processing. |
Click to show internal directories.
Click to hide internal directories.