Crate hyper_old_types
Source Expand description
pub extern crate mime;
pub use error::Result;
pub use error::Error;
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;
- error
- Error and Result module.
- header
- Headers container, and common header fields.
- header
- Uri
- The Request-URI of a Request’s StartLine.
- HttpVersion
- Represents a version of the HTTP spec.
- Method
- The Request Method (VERB)
- StatusCode
- An HTTP status code (
status-code
in RFC 7230 et al.).