http2.hpack.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Parents:http2.hpack


Words

Ordinary words
WordStack effect
add-header-to-table( hpack-context header -- updated-context )
check-index-bounds( index decode-context -- )
correct-dynamic-index( dynamic-index/f -- whole-table-index/f )
decode-field( decode-context block index -- updated-context block new-index field/f )
decode-huffman-string( block current-index string-length -- block new-index string )
decode-integer( block current-index prefix-length -- block new-index number )
decode-literal-header( decode-context block index index-length -- decode-context block new-index field )
decode-raw-string( block current-index string-length -- block new-index string )
decode-string( block current-index -- block new-index string )
dynamic-table-remove-index( dynamic-table desired-size -- i/f )
encode-field( encode-context header -- updated-context block )
encode-integer( first-byte int prefix-length -- bytes )
encode-string-huffman( string -- bytes )
encode-string-raw( string -- bytes )
get-header-from-table( hpack-context table-index -- field )
header-size( header -- size )
search-dynamic-table( header hpack-context -- imperfect/f perfect/f )
search-given-table( header table -- imperfect/f perfect/f )
search-imperfect( header table -- imperfect/f )
search-static-table( header -- imperfect/f perfect/f )
search-table( header hpack-context -- imperfect/f perfect/f )
set-dynamic-table-size( hpack-context new-size -- updated-decode-context )
shrink-dynamic-table( dynamic-table shrink-to -- shrunk-dynamic-table )
static-table( -- value )


Files