Skip to main content

Module settings

Module settings 

Source
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§

Setting
A single setting entry.
Settings
Settings map with defaults per spec §6.5.2.

Enums§

SettingId
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.