Re-exports
pub use crate::context::ConnectionInfo;pub use crate::context::HttpContext;pub use crate::extract::Json;pub use crate::extract::MaybeInvalid;pub use crate::extract::State;pub use crate::param::Params;pub use crate::request::Request;pub use crate::response::Response;pub use crate::server::Server;
Modules
Structs
- A cheaply cloneable and sliceable chunk of contiguous memory.
- A type map of protocol extensions.
- A set of HTTP headers
- Represents an HTTP header field name
- Represents an HTTP header field value.
- A stream of
Bytes, used when receiving bodies from the network. - The Request Method (VERB)
- An HTTP status code (
status-codein RFC 7230 et al.). - The URI component of a request.
- Represents a version of the HTTP spec.