| Interface | Description |
|---|---|
| CorsConfigurationSource |
Interface to be implemented by classes (usually HTTP request handlers) that provides
a
CorsConfiguration instance based on the provided request. |
| CorsProcessor |
A strategy that takes a request and a
CorsConfiguration and updates
the response. |
| Class | Description |
|---|---|
| CorsConfiguration |
A container for CORS configuration also providing methods to check actual or
or requested origin, HTTP method, and headers.
|
| CorsUtils |
Utility class for CORS request handling based on the
CORS W3C recommandation.
|
| DefaultCorsProcessor |
Default implementation of
CorsProcessor, as defined by the
CORS W3C recommendation. |