class

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

Instance methods

add(name : String, value : String)
Source
add(h : Array(String))
Source
bytesize
Source
evict(limit : Int32)
Source
get(index : UInt32)
Source
index_of(name : String, value : String)
Source
index_of(header_field : Array(String))
Source
max_table_size
Source
max_table_size=(value : Int32)
Source
size
Source