ls-hpack

HTTP/2 HPACK header compression library and utilities

brewmacoslinux
Try with needOr install directly
Source

About

HTTP/2 HPACK header compression library

Commands

ls-hpack

Examples

Compress HTTP/2 headers using HPACK encoding$ ls-hpack --encode 'content-type: application/json'
Decompress HPACK-encoded header data$ ls-hpack --decode <encoded_hex_string>
Display HPACK library version and capabilities$ ls-hpack --version