Code:
- QUIC (RFC 9000): quic-go
- a (minimal) QPACK (RFC 9204) implementation: qpack
- WebTransport over HTTP/3 (draft specification): webtransport-go
- CONNECT-UDP (RFC 9298): masque-go
Documentation:
- code for quic-go.net: docs
Code:
Documentation:
WebTransport implementation based on quic-go (https://datatracker.ietf.org/doc/draft-ietf-webtrans-http3/)
Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.20.
Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.19.