[−][src]Module hyperbole::prelude
A prelude designed to be bulk imported for ease of use.
use hyperbole::prelude::*;
Modules
| body | Helpers for parsing request bodies. |
| mw | Middleware combinators. |
| reply | Helpers for replying to requests. |
Macros
| R | Expands to the type of an hlist that may contain named fields. |
| r | Expands to an hlist that may contain named fields. |
| zoom | Access a named field in an hlist. |
Structs
| App | Contains routes and handlers for a given http application. |
| Ctx | A request processing context. |
| UriError | An error encountered during uri parsing. |
Attribute Macros
| record_args |