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;
Structs§
- Bidi
Stream - Bidirectional stream.
- Open
Streams - Stream opener.
- Send
Stream - A wrapper around
SendStreamthat implementsquic::SendStreamandquic::SendStreamUnframed.