pub(crate) mod retry;
#[cfg(any(feature = "native-http", feature = "wasm-http"))]
pub(crate) mod eventstream;
#[cfg(any(feature = "native-http", feature = "wasm-http"))]
pub(crate) mod request;
#[cfg(any(feature = "native-http", feature = "wasm-http"))]
pub(crate) mod streaming;