Results for “Std.Http.Server.Guard.Sharing”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Server.Guard.Sharing
Which origins a service permits to read its answers.
- Std.Http.Server.Guard.allowing
&Std.Http.Server.Guard.Sharing -> &Array[Str] -> Std.Http.Server.Guard.SharingThe same, permitting different methods.
- Std.Http.Server.Guard.shareNothing
Std.Http.Server.Guard.SharingA service that permits no other origin to read its answers.
- Std.Http.Server.Guard.shareWith
&Array[Str] -> Std.Http.Server.Guard.SharingA service that permits the named origins, and nothing else.
- Std.Http.Server.Guard.shared
&Std.Http.Server.Guard.Sharing -> fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.ResponseThe cross-origin permission, from the allowlist and only from it.
- Std.Http.Server.Guard.standard
&Std.Http.Server.Guard.Sharing -> Array[fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.Response]Every protection, in the order they belong.
- Std.Http.Server.Guard.withCredentials
&Std.Http.Server.Guard.Sharing -> Std.Http.Server.Guard.SharingThe same, for a caller that also sends credentials. A wildcard is not
