Re-exports
pub use body::Body;
pub use extensions::Extensions;
pub use method::Method;
pub use request::Request;
pub use request::RequestPartsRef;
pub use response::Response;
pub use status::StatusCode;
pub use headers as typed_headers;
pub use mime;
Modules
- URI component of request and response lines
- HTTP version
Structs
- The URI component of a request.
- Represents a version of the HTTP spec.