Forest::Hpack::DynamicTable
Inherits Reference / Object
Constructors
new(capacity : Int32, byteSize : Int32 = 0)
SourceInstance methods
[](index : Int)
Source[]?(index : Int)
Sourceadd(name : String, value : String)
SourcebyteSize
SourcebyteSize=(byteSize : Int32)
Sourcecapacity
Sourcecapacity=(capacity : Int32)
Sourceeach
Sourceeach_with_index
Sourceempty?
Sourceresize(capacity : Int32)
Sourcesize
Sourcestorage
Sourcestorage=(storage : Array(Tuple(String, String)))
Source