public class CorsHttpHandler extends Object implements io.undertow.server.HttpHandler
http://www.w3.org/TR/cors
Constructor and Description |
---|
CorsHttpHandler(io.undertow.server.HttpHandler next,
Collection<String> allowedOrigins) |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
public CorsHttpHandler(io.undertow.server.HttpHandler next, Collection<String> allowedOrigins)
Copyright © 2023 JBoss by Red Hat. All rights reserved.