Crate fluke_h2_parse

Source
Expand description

Re-exports§

pub use enumflags2;
pub use nom;

Structs§

EncodedFrameType
ErrorCode
Frame
See https://httpwg.org/specs/rfc9113.html#FrameHeader
GoAway
Payload for a GOAWAY frame
PrioritySpec
RstStream
Payload for a RST_STREAM frame
Settings
cf. https://httpwg.org/specs/rfc9113.html#SettingValues
StreamId
StreamIdOutOfRange

Enums§

ContinuationFlags
See https://httpwg.org/specs/rfc9113.html#CONTINUATION
DataFlags
See https://httpwg.org/specs/rfc9113.html#DATA
FrameType
Typed flags for various frame types
HeadersFlags
See https://httpwg.org/specs/rfc9113.html#rfc.section.6.2
KnownErrorCode
PingFlags
See https://httpwg.org/specs/rfc9113.html#PING
RawFrameType
See https://httpwg.org/specs/rfc9113.html#FrameTypes
SettingsFlags
See https://httpwg.org/specs/rfc9113.html#SETTINGS

Constants§

PREFACE
This is sent by h2 clients after negotiating over ALPN, or when doing h2c.

Traits§

IntoPiece

Functions§

parse_reserved_and_u31
See https://httpwg.org/specs/rfc9113.html#FrameHeader - the first bit is reserved, and the rest is a 31-bit stream id
preface