Expand description
SETTINGS frame — RFC 9113 §6.5.
Spec §6.5.1: each setting entry is 6 bytes (2-byte identifier
- 4-byte value).
Structs§
Enums§
- Setting
Id - Setting identifier (RFC 9113 §6.5.2).
Functions§
- decode_
settings - Decodes a SETTINGS frame payload into a list of settings. Spec §6.5.1.
- encode_
settings - Encodes a list of settings into a SETTINGS frame payload.