class

HT2::HPACK::Decoder

Inherits Reference < Object

Constructors

new(max_table_size : UInt32 = DEFAULT_HEADER_TABLE_SIZE, max_headers_size : UInt32 = Security::MAX_HEADER_LIST_SIZE)
Source

Instance methods

decode(data : Bytes) : Array(Header)
Source
dynamic_table
Source
dynamic_table_size
Source
max_dynamic_table_size
Source
max_dynamic_table_size=(max_dynamic_table_size : UInt32)
Source
max_headers_size
Source
max_headers_size=(max_headers_size : UInt32)
Source
max_table_size=(size : UInt32)
Source
update_settings_max_table_size(size : UInt32)

Called when SETTINGS_HEADER_TABLE_SIZE is received

Source

Nested types