[ 源代码: golang-github-marten-seemann-qpack ]
软件包:golang-github-marten-seemann-qpack-dev(0.2.1 ds-1)
golang-github-marten-seemann-qpack-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-marten-seemann-qpack:
- [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]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 golang-github-marten-seemann-qpack-dev 有关的软件包
|
|
|
|
-
- 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