Uses of Class
io.muserver.rest.CORSConfig
-
Packages that use CORSConfig Package Description io.muserver.handlers Some pre-built handlers for common tasks such as file handling.io.muserver.rest This package contains the JAX-RS implementation for mu-server. -
-
Uses of CORSConfig in io.muserver.handlers
Methods in io.muserver.handlers with parameters of type CORSConfig Modifier and Type Method Description CORSHandlerBuilder
CORSHandlerBuilder. withCORSConfig(CORSConfig corsConfig)
Sets the CORS configuration for the handler -
Uses of CORSConfig in io.muserver.rest
Methods in io.muserver.rest that return CORSConfig Modifier and Type Method Description CORSConfig
CORSConfigBuilder. build()
Builds CORS configuration from a builderMethods in io.muserver.rest with parameters of type CORSConfig Modifier and Type Method Description RestHandlerBuilder
RestHandlerBuilder. withCORS(CORSConfig corsConfig)
Specifies the CORS config for the REST services.
-