hpx 2.5.6

High Performance HTTP Client
Documentation
1
2
3
4
5
6
7
8
9
//! HTTP/3 connection adapter.
//!
//! Re-exports [`H3Connection`] from the [`quic`](super::quic) module and
//! provides adapter logic so that `H3Connection` is usable wherever the
//! [`Connection`](super::Connection) trait is expected — e.g. by the
//! dispatcher in `client::http::client`.

#[allow(unused_imports)]
pub use super::quic::H3Connection;