Expand description
type based high level async function service.
Modules
- type extractor for request body stream.
- type extractor and responder for cookies.
- type extractor for value from Extensions and itself.
- type extractor for header value
- response generator for Html
- type extractor and response generator for json
- type extractor for uri params.
- type extractor for request uri path
- type extractor for request uri query
- type responder for http redirecting response.
- type extractor or application state.
Traits
- Extract type from Req asynchronously and receive them with function passed to handler_service.
- Make Response with ownership of Req. The Output type is what returns from handler_service function.
Functions
- A service factory shortcut offering given async function ability to use FromRequest to destruct and transform
Service<Req>’sReqtype and receive them as function argument. - synchronous version of handler_service