Package: wnpp Severity: wishlist Owner: Danial Behzadi <[email protected]> X-Debbugs-Cc: [email protected], [email protected]
* Package name : golang-github-quic-go-qpack Version : 0.6.0 Upstream Contact: Marten Seemann <[email protected]> * URL : https://github.com/quic-go/qpack * License : Expat Programming Lang: Go Description : minimal QPACK implementation in Go This is a minimal QPACK (RFC 9204) implementation in Go. It reuses the Huffman encoder/decoder code from the HPACK implementation in the Go standard library. . It is fully interoperable with other QPACK implementations (both encoders and decoders). However, it does not support the dynamic table and relies solely on the static table and string literals (including Huffman encoding), which limits compression efficiency.

