HTTP/3

While HTTP/1.1 and HTTP/2 both run on top of TCP connections, HTTP/3 is the HTTP version that runs on top of QUIC.

The http3 package of quic-go implements HTTP/3 (RFC 9114), including QPACK (RFC 9204). It aims to provide feature parity with the standard library’s HTTP/1.1 and HTTP/2 implementation.