HTTP2::HPACK::Index
Inherits Reference / Object
The Index class handles the static and dynamic tables as defined in RFC 7541 (HPACK)
Constructors
new(max_table_size : Int32)
SourceInstance methods
add(name : String, value : String)
Sourceadd(h : Array(String))
Sourcebytesize
Sourceevict(limit : Int32)
Sourceget(index : UInt32)
Sourceindex_of(name : String, value : String)
Sourceindex_of(header_field : Array(String))
Sourcemax_table_size
Sourcemax_table_size=(value : Int32)
Sourcesize
Source