Skip to main content

stack

Function stack 

Source
pub fn stack<S>(router: Router<S>, cfg: &MiddlewareConfig) -> Router<S>
where S: Clone + Send + Sync + 'static,
Expand description

Attach the full middleware stack to any Axum router.

Order matters: request-id is outermost, compression is innermost.