Skip to main content

Module field

Module field 

Available on crate features http and std only.
Expand description

QPACK encoded-field-section prefix and field-line representations (RFC 9204 §4.5).

These are structural: a decoded FieldLine carries table indices, not resolved entries, and the HeaderPrefix carries the reconstructed Required Insert Count and Base. Resolving indices against the dynamic table is the connection-scoped decoder’s job (in rama-http-core).

Structs§

HeaderPrefix
The encoded-field-section prefix (RFC 9204 §4.5.1): the Required Insert Count and Base.

Enums§

FieldLine
A single field-line representation within an encoded field section (RFC 9204 §4.5.2–§4.5.6).
InvalidPrefix
An error decoding an encoded-field-section prefix.