Traits§
- Handler
- Trait-object interface for all handler types.
- Into
Handler - Converts a compatible function into a boxed
Handler.
Functions§
- run_
handler - Execute a handler against the world with the given request.
- run_
json_ handler - Deserialize JSON, run a
Handler, serialize the response as JSON. - run_
json_ handler_ function - JSON boundary helper for any function that implements
IntoHandler. - run_
json_ handler_ value - Deserialize JSON, run a
Handler, and return the response asserde_json::Value.