You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QUIC transport implementation for [h3](https://github.com/hyperium/h3) based on [Quinn](https://github.com/quinn-rs/quinn).
9
+
10
+
## Overview
11
+
12
+
`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.
13
+
14
+
## Features
15
+
16
+
- Complete implementation of the `h3` QUIC transport traits
17
+
- Full support for HTTP/3 client and server functionality
18
+
- Optional tracing support
19
+
- Optional datagram support
20
+
21
+
## License
22
+
23
+
This project is licensed under the [MIT license](../LICENSE).
24
+
25
+
## See Also
26
+
27
+
-[h3](https://github.com/hyperium/h3) - The core HTTP/3 implementation
28
+
-[Quinn](https://github.com/quinn-rs/quinn) - The QUIC implementation used by this crate
0 commit comments