hpack-decode-error ( error-msg -- * )


Vocabulary
http2.hpack

Inputs
error-msga string


Outputs
None

Word description
Throws a hpack-decode-error error.

Error description
Thrown for any of the possible errors specified in RFC7541 for decoding hpack encoded byte strings.

Definition