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 CorsSupportCorsSupport.create()Deprecated, for removal: This API element is subject to removal in a future version.Create CORS support with defaults.static CorsSupportDeprecated, for removal: This API element is subject to removal in a future version.static CorsSupportDeprecated, for removal: This API element is subject to removal in a future version.Creates a newCorsSupportinstance based on the provided configuration expected to match the basicCrossOriginConfigformat.static CorsSupportCorsSupport.createMapped(Config config) Deprecated, for removal: This API element is subject to removal in a future version.usecreateMapped(io.helidon.config.Config)insteadstatic CorsSupportCorsSupport.createMapped(Config config) Deprecated, for removal: This API element is subject to removal in a future version.Creates a newCorsSupportinstance based on the provided configuration expected to contain mapped cross-origin config information.
create(io.helidon.config.Config)instead