Uses of Class
io.vertx.mutiny.ext.web.handler.CorsHandler
Packages that use CorsHandler
-
Uses of CorsHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type CorsHandlerMethods in io.vertx.mutiny.ext.web.handler that return CorsHandlerModifier and TypeMethodDescriptionCorsHandler.addOrigins
(List<String> origins) CorsHandler.addRelativeOrigin
(String origin) CorsHandler.addRelativeOrigins
(List<String> origins) CorsHandler.allowCredentials
(boolean allow) CorsHandler.allowedHeader
(String headerName) CorsHandler.allowedHeaders
(Set<String> headerNames) CorsHandler.allowedMethod
(io.vertx.core.http.HttpMethod method) CorsHandler.allowedMethods
(Set<io.vertx.core.http.HttpMethod> methods) CorsHandler.allowPrivateNetwork
(boolean allow) static CorsHandler
CorsHandler.create()
static CorsHandler
Deprecated.patterns should use the relative origin method.CorsHandler.exposedHeader
(String headerName) CorsHandler.exposedHeaders
(Set<String> headerNames) CorsHandler.maxAgeSeconds
(int maxAgeSeconds) static CorsHandler
CorsHandler.newInstance
(io.vertx.ext.web.handler.CorsHandler arg)