1 2 3 4 5 6 7 8 9 10
mod credentials; mod method; /// HTTP error types pub mod error; /// HTTP request structures pub mod request; pub use credentials::Credentials; pub use method::Method;