Pakket: golang-github-marten-seemann-qpack-dev (0.2.1 ds-1)
Verwijzigingen voor golang-github-marten-seemann-qpack-dev
Debian bronnen:
Het bronpakket golang-github-marten-seemann-qpack downloaden:
- [golang-github-marten-seemann-qpack_0.2.1 ds-1.dsc]
- [golang-github-marten-seemann-qpack_0.2.1 ds.orig.tar.xz]
- [golang-github-marten-seemann-qpack_0.2.1 ds-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
It should be able to interoperate with other QPACK implemetations (both encoders and decoders), however it won't achieve a high compression efficiency.
Andere aan golang-github-marten-seemann-qpack-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-onsi-ginkgo-dev
- BDD Testing Framework for Go (development files)
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-gomega-dev
- Matcher/assertion library for the Go programming language