Modules§
Macros§
Structs§
- Chain
- Middleware
- Middleware
Chain - 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.