Uses of Class
io.helidon.webserver.cors.CorsSupport
Packages that use CorsSupport
-
Uses of CorsSupport in io.helidon.webserver.cors
Methods in io.helidon.webserver.cors that return CorsSupportModifier and TypeMethodDescriptionCorsSupport.Builder.build()
static CorsSupport
CorsSupport.create()
Create CORS support with defaults.static CorsSupport
Creates a newCorsSupport
instance based on the provided configuration expected to match the basicCrossOriginConfig
format.static CorsSupport
CorsSupport.createMapped
(Config config) Creates a newCorsSupport
instance based on the provided configuration expected to contain mapped cross-origin config information.