[ 原始碼: 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