Skip to main content

Module handler

Module handler 

Source

Structs§

Fixed
A handler that always answers with the same response, for redirects and static pages registered straight on the router.

Traits§

Handler
Anything that can answer a request.

Type Aliases§

BoxFuture
A boxed, owned future — the shape every handler and middleware returns.