module Protocol::HPACK

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

Constants

HEADER_REPRESENTATION

Header representation as defined by the spec.

LINEAR
LINEAR_HUFFMAN
MODES
NAIVE

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

NAIVE_HUFFMAN
SHORTER
SHORTER_HUFFMAN
STATIC
STATIC_HUFFMAN
VERSION