Crate sec_http3

Source
Expand description

HTTP/3 client and server

Re-exports§

pub use error::Error;

Modules§

client
Client implementation of the HTTP/3 protocol
error
HTTP/3 Error types
ext
Extensions for the HTTP/3 protocol.
quic
QUIC Transport traits
sec_http3_quinn
QUIC Transport implementation with Quinn
server
This module provides methods to create a http/3 Server.
webtransport