QUIC transport implementation for h3 based on Quinn.
h3-quinn
provides the integration between the h3
HTTP/3 implementation and the quinn
QUIC transport library. This creates a fully functional HTTP/3 client and server using Quinn as the underlying QUIC implementation.
- Complete implementation of the
h3
QUIC transport traits - Full support for HTTP/3 client and server functionality
- Optional tracing support
- Optional datagram support
This project is licensed under the MIT license.