[][src]Constant httlib_huffman::encoder::table::ENCODE_TABLE

pub const ENCODE_TABLE: [(u8, u32); 257];

Represents a static Huffman table built from the codes found in the official HPACK specification (Appendix B).