1 2 3 4
//! Transport protocol adapter implementations #[cfg(any(feature = "http-client", feature = "http-server"))] pub mod http;