See: Description
Class | Description |
---|---|
CorsConfig |
Configuration for Cross-Origin Resource Sharing (CORS).
|
CorsConfig.Builder |
Builder used to configure and build a CorsConfig instance.
|
CorsConfig.ConstantValueGenerator |
This class is used for preflight HTTP response values that do not need to be
generated, but instead the value is "static" in that the same value will be returned
for each call.
|
CorsConfig.DateValueGenerator |
This callable is used for the DATE preflight HTTP response HTTP header.
|
CorsHandler |
Handles Cross Origin Resource Sharing (CORS) requests.
|