Module middleware

Source

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
MiddlewareResult
MiddlewareReturnValue