package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

AppendHuffmanString appends s, as encoded in Huffman codes, to dst and returns the extended buffer.
HuffmanDecode decodes the string in v and writes the expanded result to w, returning the number of bytes written to w and the Write call's return value.
HuffmanDecodeToString decodes the string in v.
HuffmanEncodeLength returns the number of bytes required to encode s in Huffman codes.
NewDecoder returns a new decoder with the provided maximum dynamic table size.
NewEncoder returns a new Encoder which performs HPACK encoding.

# Variables

ErrInvalidHuffman is returned for errors found decoding Huffman-encoded strings.
ErrStringLength is returned by Decoder.Write when the max string length (as configured by Decoder.SetMaxStringLength) would be violated.

# Structs

A Decoder is the decoding context for incremental processing of header blocks.
A DecodingError is something the spec defines as a decoding error.
No description provided by the author
A HeaderField is a name-value pair.

# Type aliases

An InvalidIndexError is returned when an encoder references a table entry before the static table or after the end of the dynamic table.