Skip to main content

Module h3

Module h3 

Source
Available on crate features h3 and quic only.
Expand description

HTTP/3 support via h3.

Re-exports§

pub use h3::client;
pub use h3::ext;
pub use h3::quic;
pub use h3::server;
pub use h3::error;
pub use h3::connection;
pub use h3::frame;
pub use h3::proto;
pub use h3::stream;
pub use h3::webtransport;
pub use h3::ConnectionState;
pub use h3::SharedState;

Structs§

BidiStream
Bidirectional stream.
OpenStreams
Stream opener.
SendStream
A wrapper around SendStream that implements quic::SendStream and quic::SendStreamUnframed.