Description
Encodes and decodes HTTP/2 HPACK header compression data in Ruby. It is useful for protocol implementations, HTTP/2 tooling, and libraries that need low-level header handling.
Header compression is security-sensitive. Enforce size limits, handle malformed data safely, and be careful when compressed headers may contain secrets.