forked from quic-go/quic-go
* http3: update documentation for `Hijacker` The documentation for `Hijacker` seems to be legacy from [v0.43.0](https://github.com/quic-go/quic-go/releases/tag/v0.43.0). This commit updates the documentation to reflect the current API use. * http3: update documentation for `HTTPStreamer` The documentation for `HTTPStreamer` seems to be legacy from [v0.43.0](https://github.com/quic-go/quic-go/releases/tag/v0.43.0). This commit updates the documentation to reflect the current API use.
HTTP/3
This package implements HTTP/3 (RFC 9114), including QPACK (RFC 9204) and HTTP Datagrams (RFC 9297). It aims to provide feature parity with the standard library's HTTP/1.1 and HTTP/2 implementation.
Detailed documentation can be found on quic-go.net.