Crate axol_http

Source

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§

body
extensions
header
method
request
response
status
uri
URI component of request and response lines
version
HTTP version

Structs§

Uri
The URI component of a request.
Version
Represents a version of the HTTP spec.