class

Forest::Hpack::DynamicTable

Inherits Reference / Object

Constructors

new(capacity : Int32, byteSize : Int32 = 0)
Source

Instance methods

[](index : Int)
Source
[]?(index : Int)
Source
add(name : String, value : String)
Source
byteSize
Source
byteSize=(byteSize : Int32)
Source
capacity
Source
capacity=(capacity : Int32)
Source
each
Source
each_with_index
Source
empty?
Source
resize(capacity : Int32)
Source
size
Source
storage
Source
storage=(storage : Array(Tuple(String, String)))
Source