Uses of Class
io.helidon.webserver.cors.CorsFeature
-
Uses of CorsFeature in io.helidon.webserver.cors
Modifier and TypeMethodDescriptionCorsConfig.Builder.build()
CorsConfig.BuilderBase.CorsConfigImpl.build()
static CorsFeature
CorsFeature.create()
Create a new CORS feature with default setup.static CorsFeature
Create a new CORS feature with custom setup.static CorsFeature
CorsFeature.create
(CorsConfig config) Create a new instance from its configuration.static CorsFeature
CorsFeature.create
(Consumer<CorsConfig.Builder> builderConsumer) Create a new instance customizing its configuration.CorsConfig.BuilderBase.CorsConfigImpl.get()