github.com/sagernet/quic-go@v0.43.1-beta.1/http3_ech/README.md (about) 1 # HTTP/3 2 3 [![Documentation](https://img.shields.io/badge/docs-quic--go.net-red?style=flat)](https://quic-go.net/docs/) 4 [![PkgGoDev](https://pkg.go.dev/badge/github.com/quic-go/quic-go/http3)](https://pkg.go.dev/github.com/quic-go/quic-go/http3) 5 6 This package implements HTTP/3 ([RFC 9114](https://datatracker.ietf.org/doc/html/rfc9114)), including QPACK ([RFC 9204](https://datatracker.ietf.org/doc/html/rfc9204)) and HTTP Datagrams ([RFC 9297](https://datatracker.ietf.org/doc/html/rfc9297)). 7 It aims to provide feature parity with the standard library's HTTP/1.1 and HTTP/2 implementation. 8 9 Detailed documentation can be found on [quic-go.net](https://quic-go.net/docs/).