header compression
RU: сжатие заголовков
The technique of reducing the size of HTTP headers sent on the wire. In HTTP/1.1 headers are plain text and resent in full on every request. HTTP/2 uses HPACK (RFC 7541) with static and dynamic tables to send only changed or new header fields, commonly shrinking per-request header overhead from hundreds of bytes to single digits.