class Duo::HPACK::DynamicTable

Defined in:

duo/hpack/dynamic_table.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(maximum : Int32) #

[View source]

Instance Method Detail

def [](index) #

[View source]
def []?(index) #

[View source]
def add(name, value) #

[View source]
def bytesize : Int32 #

[View source]
def each(&) #

[View source]
def each_with_index(&) #

[View source]
def empty? #

[View source]
def maximum : Int32 #

[View source]
def resize(maximum : Int32) #

[View source]
def size #

[View source]