hpack-decode ( decode-context block -- updated-context decoded )


Vocabulary
http2.hpack

Inputs
decode-contexta hpack-context
blocka byte-array


Outputs
updated-contexta hpack-context
decodeda sequence


Word description
Decodes the given byte array (or byte vector) in the given hpack context. Outputs the updated context, and the decoded header block as a sequence of pairs.

See also
hpack-encode

Definition