http2 v0.0.2 HPACK.String

Summary

Functions

decode(arg)

Specs

decode(binary) :: {String.t, binary}

Decoding string http://httpwg.org/specs/rfc7541.html#string.literal.representation

encode(value, huffman)

Specs

encode(String.t, boolean) :: {binary}

Encode string http://httpwg.org/specs/rfc7541.html#string.literal.representation

encode_normal_string(arg1, acc)