Uses of Class
io.helidon.webserver.cors.CorsSupport
-
Packages that use CorsSupport Package Description io.helidon.webserver.cors Helidon SE CORS Support -
-
Uses of CorsSupport in io.helidon.webserver.cors
Methods in io.helidon.webserver.cors that return CorsSupport Modifier and Type Method Description CorsSupportCorsSupport.Builder. build()static CorsSupportCorsSupport. create()static CorsSupportCorsSupport. create(Config config)Creates a newCorsSupportinstance based on the provided configuration expected to match the basicCrossOriginConfigformat.static CorsSupportCorsSupport. createMapped(Config config)Creates a newCorsSupportinstance based on the provided configuration expected to contain mapped cross-origin config information.
-