Uses of Class
io.helidon.webserver.cors.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()Create CORS support with defaults.static CorsSupportCorsSupport.create(io.helidon.common.config.Config config) Creates a newCorsSupportinstance based on the provided configuration expected to match the basicCrossOriginConfigformat.static CorsSupportCorsSupport.createMapped(io.helidon.common.config.Config config) Creates a newCorsSupportinstance based on the provided configuration expected to contain mapped cross-origin config information.