Re-exports§
pub use warp;
Modules§
Macros§
- unwarp
- Convenience macro with three forms:
Structs§
- Json
Route Builder - A
RouteBuilderthat has been configured to deserialise a JSON body intoT. - Query
Route Builder - A
RouteBuilderthat has been configured to deserialise URL query parameters intoT. - Route
Builder - Builder for a single warp route.
- Unwarp
- A lightweight wrapper around
warpthat collects routes and serves them.
Enums§
- Status
- HTTP status codes — use with
Unwarp::with_statusorUnwarp::json_with_status.
Type Aliases§
- _Filter
- A fully type-erased warp route whose output has been normalised to
warp::reply::Response. Produced by thehandlemethods onRouteBuilder,JsonRouteBuilderandQueryRouteBuilder.