Crate fluke_h2_parse
source ·Expand description
HTTP/2 parser
HTTP/2 https://httpwg.org/specs/rfc9113.html HTTP semantics https://httpwg.org/specs/rfc9110.html
Re-exports§
pub use enumflags2;pub use nom;
Structs§
- See https://httpwg.org/specs/rfc9113.html#FrameHeader
- Payload for a GOAWAY frame
- Payload for a RST_STREAM frame
- cf. https://httpwg.org/specs/rfc9113.html#SettingValues
Enums§
- See https://httpwg.org/specs/rfc9113.html#CONTINUATION
- See https://httpwg.org/specs/rfc9113.html#DATA
- Typed flags for various frame types
- See https://httpwg.org/specs/rfc9113.html#rfc.section.6.2
- See https://httpwg.org/specs/rfc9113.html#PING
- See https://httpwg.org/specs/rfc9113.html#FrameTypes
- See https://httpwg.org/specs/rfc9113.html#SETTINGS
Constants§
- This is sent by h2 clients after negotiating over ALPN, or when doing h2c.
Traits§
Functions§
- See https://httpwg.org/specs/rfc9113.html#FrameHeader - the first bit is reserved, and the rest is a 31-bit stream id