// retry logic is pure (no reqwest/tokio) and is used by the streaming module
// even in WASM builds, so it is always compiled.
pub
// request and streaming use reqwest + tokio and are only available when the
// native-http feature is enabled.
pub
pub
pub
/// Transport configuration (`TransportConfig`) for HTTP client pooling,
/// connection limits, and HTTP-version negotiation.