Handbook
Glossary
hpack-context
Vocabulary
http2
.
hpack
Class description
Stores the context for a hpack decoder or encoder. This is primarily the current state of the dynamic table.
Definition
USING:
math
;
IN:
http2.hpack
TUPLE:
hpack-context
{
max-size
integer
initial:
4096
}
{
dynamic-table
initial:
{
}
}
;