Crate http2hpack [] [src]

This library supplies the required modules to implement HTTP/2 which includes the HPACK header compression that includes the Huffman encoding/decoding features.

Modules

hpack

This library module provides the required HPACK compression used for HTTP/2 headers.

http2

This library module provides HTTP/2 parsing and buffer frames used for HTTP/2.