class Duo::HPACK::Huffman

Defined in:

duo/hpack/huffman.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table : Array(Tuple(UInt8, Int32, Int32))) #

[View source]

Instance Method Detail

def decode(bytes : Bytes) #

[View source]
def encode(string : String) #

[View source]