Re-exports§
pub use self::extract::state::State;pub use self::response::IntoResponse;pub use self::routing::method_router::get;pub use self::routing::route::Route;pub use self::routing::router::Router;pub use self::serve::serve;
Modules§
Macros§
Structs§
- Body
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Frame
- A frame of any kind related to an HTTP stream (body).
- Http
Request - Represents an HTTP request.
- Http
Response - Represents an HTTP response
- MapResponse
Layer - A
Layerthat produces aMapResponseservice.
Traits§
- Http
Body - Trait representing a streaming body of a Request or Response.
- Tower
Service - An asynchronous function from a
Requestto aResponse.