Module handler

Source
Expand description

Additional handler utilities.

Structs§

IntoHandler
A Handler created from a HandlerCallWithExtractors.
Or
Handler that runs one Handler and if that rejects it’ll fallback to another Handler.

Traits§

HandlerCallWithExtractors
Trait for async functions that can be used to handle requests.