requests.h2
H2_hpack.Huffman
ppxlib
requests
requests.core
requests.features
requests.h1
requests.h2-internal
requests.oauth
requests.parsing
yojson
Low-level Huffman encoding/decoding per RFC 7541 Appendix B.
val encoded_length : string -> int
encoded_length s returns the Huffman-encoded length in bytes.
encoded_length s
val encode : Cstruct.t -> int -> string -> int
encode buf off s encodes s using Huffman coding. Returns the number of bytes written.
encode buf off s
s
val decode : string -> (string, error) result
decode s decodes a Huffman-encoded string.
decode s