Uses of Package
io.helidon.webserver.cors
Packages that use io.helidon.webserver.cors
-
Classes in io.helidon.webserver.cors used by io.helidon.webserver.corsClassDescriptionConfiguration of CORS feature.Fluent API builder for
CorsFeature.Fluent API builder base forCorsConfig.Deprecated, for removal: This API element is subject to removal in a future version.Adds CORS support to Helidon WebServer.Configuration of CORS for a specific path.Fluent API builder forCorsPathConfig.Fluent API builder base forCorsPathConfig.Deprecated, for removal: This API element is subject to removal in a future version.CORS configuration is centralized to modulehelidon-webserver-corswithio.helidon.webserver.cors.CorsFeatureeither fromServiceRegistry, or through one of the feature's static factory or builder methods; paths configured in config are registered first, before paths configured through service registry; this class will be removed in a future version of HelidonDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forCorsSupport.
CorsFeature; additional protected paths can be specified usingCorsConfig.BuilderBase.addPath(CorsPathConfig), or by creating aServiceRegistrythat provides an instance ofCorsPathConfig.