Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
CorsPolicy.java File Reference
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
Include dependency graph for CorsPolicy.java:

Go to the source code of this file.

Packages

package  dev.rafex.ether.http.security.cors
 Cross-origin resource sharing policies and defaults.

Functions

record dev.rafex.ether.http.security.cors.CorsPolicy (boolean allowAnyOrigin, List< String > allowedOrigins, List< String > allowedMethods, List< String > allowedHeaders, List< String > exposedHeaders, boolean allowCredentials, int maxAgeSeconds, boolean varyOrigin)
 Política de seguridad CORS para controlar el acceso entre orígenes.