[ ソース: 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