| Interface | Description |
|---|---|
| CorsConfigurationSource |
Interface to be implemented by classes (usually HTTP request handlers) that
provides a
CorsConfiguration instance based on the provided reactive request. |
| CorsProcessor |
A strategy that takes a reactive request and a
CorsConfiguration and updates
the response. |
| Class | Description |
|---|---|
| CorsUtils |
Utility class for CORS reactive request handling based on the
CORS W3C recommendation.
|
| DefaultCorsProcessor |
The default implementation of
CorsProcessor,
as defined by the CORS W3C recommendation. |
| UrlBasedCorsConfigurationSource |
Provide a per reactive request
CorsConfiguration instance based on a
collection of CorsConfiguration mapped on path patterns. |