Std.Http.Server.Guard.protectedHeaders
fn
protectedHeaders: fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.ResponseThis is a callable function.
What it does
The protective headers, added to whatever the answer was.
Added rather than replaced where a handler already set one, because a
handler that set a policy meant it and this step is a floor rather than a
ceiling.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
