Expand description
Native HTTP/2 engine (PR-02): HPACK, frame codec, and the
connection/stream state machines over the completion engine.
Modules§
- connection
- HTTP/2 connection state machine (RFC 9113 §4, §5, §6) — sans-io.
- frame
- HTTP/2 frame codec (RFC 9113 §6) — header parsing, typed payload validation, and the constants shared by the connection state machine.
- hpack
- HPACK header compression (RFC 7541) — decoder, encoder, integer and string codecs, static + dynamic tables.
- huffman
- HPACK Huffman codec (RFC 7541 Appendix B).