Handbook
Glossary
huffman-encode ( string -- bytes )
Vocabulary
http2
.
hpack
.
huffman
Inputs
string
an
object
Outputs
bytes
an
object
Definition
USING:
kernel
math
sequences
;
IN:
http2.hpack.huffman
:
huffman-encode
( string -- bytes )
huffman-encode-table
nths
concat
EOS
huffman-encode-table
nth
over
length
neg
8
rem
head
append
bits-to-bytes
;