[][src]Crate thruster_core

Re-exports

pub use crate::middleware::*;

Modules

context
date
http
middleware
request
response
route_parser
route_tree

Macros

middleware

The middleware macro takes a series of functions whose contexts all have into implemented, and then links them together to run in series. The result of this macro is a single MiddlewareChain.