Package | Description |
---|---|
org.springframework.web.cors |
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
org.springframework.web.cors.reactive |
Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
org.springframework.web.filter |
Provides generic filter base classes allowing for bean-style configuration.
|
Class and Description |
---|
CorsConfiguration
A container for CORS configuration along with methods to check against the
actual origin, HTTP methods, and headers of a given request.
|
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 and Description |
---|
CorsConfiguration
A container for CORS configuration along with methods to check against the
actual origin, HTTP methods, and headers of a given request.
|
Class and 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. |