abstract class CorsUtils
Utility class for CORS request handling based on the CORS W3C recommandation. |
|
open class DefaultCorsProcessor : CorsProcessor
The default implementation of CorsProcessor, as defined by the CORS W3C recommendation. Note that when input CorsConfiguration is |
|
open class UrlBasedCorsConfigurationSource : CorsConfigurationSource
Provide a per request CorsConfiguration instance based on a collection of CorsConfiguration mapped on path patterns. Exact path mapping URIs (such as |