pub const ENCODE_TABLE: [(u8, u32); 257];Expand description
Represents a static Huffman table built from the codes found in the official HPACK specification (Appendix B).
pub const ENCODE_TABLE: [(u8, u32); 257];Represents a static Huffman table built from the codes found in the official HPACK specification (Appendix B).