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 CORSHandlerBuilderCORSHandlerBuilder. 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 CORSConfigCORSConfigBuilder. build()Builds CORS configuration from a builderCORSConfigRestHandlerBuilder. corsConfig()Methods in io.muserver.rest with parameters of type CORSConfig Modifier and Type Method Description RestHandlerBuilderRestHandlerBuilder. withCORS(CORSConfig corsConfig)Specifies the CORS config for the REST services.
-