libhttp2 v1.0.1 (2023-02-25T01:30:41Z)
Dub
Repo
Decoder
libhttp2
huffman
Undocumented in source.
package package
struct
Decoder {
ubyte
state
;
bool
accept
;
int
decode
(Buffers bufs, ubyte[] src, bool is_final);
}
Members
Functions
decode
int
decode
(Buffers bufs, ubyte[] src, bool is_final)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
accept
bool
accept
;
true if we can say that the decoding process succeeds at this state
state
ubyte
state
;
Undocumented in source.
Meta
Source
See Implementation
libhttp2
huffman
aliases
DecodeTable
classes
HDEntry
HDTable
enums
DecodeFlag
HDFlags
InflateFlag
InflateState
OpCode
functions
decodeLength
entryRoom
hash
static variables
decode_table
static_table
static_table_index
symbol_table
structs
Decode
Decoder
StaticEntry
Symbol
variables
DEFAULT_MAX_DEFLATE_BUFFER_SIZE
ENTRY_OVERHEAD
HD_DEFAULT_MAX_BUFFER_SIZE
MAX_HF_LEN