Crate monet

Crate monet 

Source

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§

extract
handler
handler_tower_impl
response
routing
serve

Macros§

opaque_future

Structs§

Body
Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Frame
A frame of any kind related to an HTTP stream (body).
HttpRequest
Represents an HTTP request.
HttpResponse
Represents an HTTP response
MapResponseLayer
A Layer that produces a MapResponse service.

Traits§

HttpBody
Trait representing a streaming body of a Request or Response.
TowerService
An asynchronous function from a Request to a Response.

Type Aliases§

BoxError
Request
Response