Skip to main content

Module instruction

Module instruction 

Available on crate features http and std only.
Expand description

QPACK encoder-stream (RFC 9204 §4.3) and decoder-stream (RFC 9204 §4.4) instructions.

These are structural representations decoded from a slice cursor. Applying them to the dynamic table (and the accounting behind Insert Count Increment / Section Acknowledgment / Stream Cancellation) is the connection-scoped codec’s job in rama-http-core.

Enums§

DecoderInstruction
An instruction on the QPACK decoder stream (decoder → encoder, RFC 9204 §4.4).
EncoderInstruction
An instruction on the QPACK encoder stream (encoder → decoder, RFC 9204 §4.3).