Skip to content

Latest commit

 

History

History

h3-quinn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

h3-quinn

License: MIT CI Crates.io Documentation

QUIC transport implementation for h3 based on Quinn.

Overview

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.

Features

  • Complete implementation of the h3 QUIC transport traits
  • Full support for HTTP/3 client and server functionality
  • Optional tracing support
  • Optional datagram support

License

This project is licensed under the MIT license.

See Also

  • h3 - The core HTTP/3 implementation
  • Quinn - The QUIC implementation used by this crate