module HTTP2Next::Header

Implementation of header compression for HTTP 2.0 (HPACK) format adapted to efficiently represent HTTP headers in the context of HTTP 2.0.

To decompress header blocks, a decoder only needs to maintain a dynamic table as a decoding context. No other state information is needed.

Implementation of huffman encoding for HPACK

Constants

HEADREP

Header representation as defined by the spec.

LINEAR
LINEARH
NAIVE

Predefined options set for Compressor mew.org/~kazu/material/2014-hpack.pdf

NAIVEH
SHORTER
SHORTERH
STATIC
STATICH