A (minimal) QPACK implementation in Go
This is a minimal QPACK implementation in Go. It is minimal in the sense that it doesn't use the dynamic table at all, but just the static table and (Huffman encoded) string literals. Wherever possible, it reuses code from the HPACK implementation in the Go standard library. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/marten-seemann/qpack
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.2.1-3.fc35 | - |
Fedora 35 | 0.2.1-3.fc35 | - |
Fedora 34 | 0.2.1-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-marten-seemann-qpack dash maintainers at fedoraproject dot org
.