1 2 3 4 5 6 7 8 9 10
#[cfg(feature = "sources-http_client")] pub mod client; #[cfg(test)] mod tests; #[cfg(all(test, feature = "http-client-integration-tests"))] mod integration_tests; pub use client::HttpClientConfig;