//! Async HTTP REST client -- nexus-async-rt adapter for nexus-net.
//!
//! Same [`RequestWriter`](nexus_net::rest::RequestWriter), same
//! [`ResponseReader`](nexus_net::http::ResponseReader), same zero-alloc
//! protocol layer. The only difference is `.await` on socket I/O backed
//! by nexus-async-rt instead of tokio.
pub use crateMaybeTls;
pub use ;
pub use ;