Handbook
Glossary
add-header-to-table ( hpack-context header -- updated-context )
Vocabulary
http2
.
hpack
.
private
Inputs
hpack-context
an
object
header
an
object
Outputs
updated-context
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
http2.hpack.private
::
add-header-to-table
( hpack-context header -- updated-context )
hpack-context
dynamic-table>>
hpack-context
max-size>>
header
header-size
-
shrink-dynamic-table
header
header-size
hpack-context
max-size>>
<=
[
header
prefix
]
when
hpack-context
swap
>>dynamic-table
;