Crate thruster_core

Source

Modules§

context
date
http
macros
middleware
request
response
route_parser
route_tree

Macros§

async_middleware
map_try

Structs§

Chain
Middleware
MiddlewareChain
The MiddlewareChain is used to wrap a series of middleware functions in such a way that the tail can be accessed and modified later on. This allows Thruster to properly compose pieces of middleware into a single long chain rather than relying on disperate parts.

Type Aliases§

MiddlewareNext
MiddlewareReturnValue