Registry / networking / quic-go-qpack

quic-go-qpack

JSON →
library0.6.0gogounverified

A Go implementation of QPACK, a header compression for HTTP/3.

go get github.com/quic-go/qpack
INSTALL
IMPORT
SIG · QUIC-GO-QPACK
Q
quic-go-qpack
networkinggov0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qpack
✓ github.com/quic-go/qpack

Creates a new QPACK encoder.

package main import ( "fmt" "github.com/quic-go/qpack" ) func main() { enc := qpack.NewEncoder(nil) fmt.Println(enc) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Bingbot
1
Resources
quic-go-qpack — go get quic-go-qpack · libregistry