Package org.swisspush.gateleen.core.cors
Class CORSHandler
- java.lang.Object
-
- org.swisspush.gateleen.core.cors.CORSHandler
-
public class CORSHandler extends Object
Handles Cross-Origin Resource Sharing (CORS) requests. Set property 'org.swisspush.gateleen.addcorsheaders' to "true" to activate.- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor Description CORSHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.vertx.core.http.HttpServerRequest request)booleanisOptionsRequest(io.vertx.core.http.HttpServerRequest request)
-