Module aitch::middlewares[][src]

A collection of useful HTTP middlewares.

Structs

SimpleRouter

A simple request router, which determines which handler to call based on the request URI's path.

Functions

with_context

A middleware which injects shared context into HTTP handlers.

with_stdout_logging

Middleware which outputs details of HTTP requests/responses to stdout.