Re-exports§
pub use http::HeaderMap;
pub use http::HeaderName;
pub use http::HeaderValue;
pub use http::Method;
pub use http::Version;
pub use http::Request;
pub use http::Response;
pub use http::HttpError;
pub use http::StatusCode;
pub use http::http2;
pub use http::http2::Http2Error;
pub use url::Url;
pub use url::Scheme;
pub use url::UrlError;
Modules§
Macros§
Structs§
- A type map of protocol extensions.