Re-exports
pub use crate::context::ConnectionInfo;pub use crate::context::HttpContext;pub use crate::extension::Extension;pub use crate::extract::Form;pub use crate::extract::Json;pub use crate::extract::MaybeInvalid;pub use crate::extract::Query;pub use crate::extract::State;pub use crate::param::Params;pub use crate::request::Request;pub use crate::response::Response;pub use crate::route::Router;pub use crate::server::Server;pub use hyper;pub use hyper::http;
Modules
Structs
- A stream of
Bytes, used when receiving bodies from the network. - A cheaply cloneable and sliceable chunk of contiguous memory.
- A set of HTTP headers
- Represents an HTTP header field name
- Represents an HTTP header field value.
- 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.