1 2 3 4 5 6 7
pub mod auth_header; pub mod base_uri; pub mod cache; pub mod extra_headers; #[cfg(feature = "retry")] #[cfg_attr(docsrs, doc(cfg(feature = "retry")))] pub mod retry;