module HTTP2::Header

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

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