Expand description
§hyper-old-types
Re-exports§
pub extern crate mime;
pub use error::Result;
pub use error::Error;
pub use header::Headers;
pub use method::Method::Get;
pub use method::Method::Head;
pub use method::Method::Post;
pub use method::Method::Put;
pub use method::Method::Delete;
pub use status::StatusCode::Ok;
pub use status::StatusCode::BadRequest;
pub use status::StatusCode::NotFound;
Modules§
- Error and Result module.
- Headers container, and common header fields.
Macros§
Structs§
- The Request-URI of a Request’s StartLine.
Enums§
- Represents a version of the HTTP spec.
- The Request Method (VERB)
- An HTTP status code (
status-code
in RFC 7230 et al.).