HPACK
Header compression for HTTP/2.
Origin
RFC 7541 (2015). HTTP/2 needed header compression that resisted CRIME-style attacks (which had killed gzipped TLS in 2012). HPACK uses Huffman tables but only over headers, not body.
Where it shows up in production
- Every HTTP/2 server h2load benchmarks show typical 80-90% header size reduction on repeated requests.
On Semicolony
Sources & further reading
Found this useful?