Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
http2
master
HTTP
Connection
Headers
Request
Server
Context
Response
HTTP2
ClientError
Connection
Type
Data
Error
Code
Frame
Flags
Type
HPACK
Decoder
DynamicTable
Encoder
Error
Huffman
Node
Indexing
Priority
Settings
Identifier
SliceReader
Stream
State
Streams
Generated using Crystal 1.16.3
2025-11-20 12:16:08 UTC
class
HTTP2::
HPACK::
Huffman
HTTP2::HPACK::Huffman
Reference
Object
Defined in:
hpack/huffman.cr
Constructors
.new
(table : Array(Tuple(UInt8, Int32, Int32)))
Instance Method Summary
#decode
(bytes : Bytes)
#encode
(string : String)
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
]