async fn add_security_headers(
req: Request<Body>,
next: Next,
) -> impl IntoResponseExpand description
Middleware that applies security-related response headers.
async fn add_security_headers(
req: Request<Body>,
next: Next,
) -> impl IntoResponseMiddleware that applies security-related response headers.