pub async fn apply_security_headers( req: Request<Body>, next: Next, ) -> Response<Body>
Apply all configured security headers to every response.
Registered automatically by App::launch as the outermost layer.
App::launch