//! This module contains data structures and client implementation for working
//! with the REST API exposed by Noosphere Gateways.
pub use *;
pub use *;
// Re-export `http::StatusCode` here as our preferred `StatusCode` instance,
// disambiguating from other crate's implementations.
pub use StatusCode;