pub(crate) const DEFAULT_HTTP_CLIENT_NAME: &str = "http_client";
#[cfg(all(feature = "tokio", any(feature = "rustls", feature = "native-tls")))]
pub(crate) const TOKIO_RUNTIME_NAME: &str = "tokio";
#[cfg(all(feature = "tokio", any(feature = "rustls", feature = "native-tls")))]
pub(crate) const HYPER_TRANSPORT_NAME: &str = "hyper";
#[cfg(any(feature = "test-util", test))]
pub(crate) const FAKE_RUNTIME_NAME: &str = "fake";
#[cfg(any(feature = "test-util", test))]
pub(crate) const FAKE_TRANSPORT_NAME: &str = "fake";