pub fn stack<S>(router: Router<S>, cfg: &MiddlewareConfig) -> Router<S>where S: Clone + Send + Sync + 'static,
Attach the full middleware stack to any Axum router.
Order matters: request-id is outermost, compression is innermost.