Class JavalinOptionsRouteHandler
- java.lang.Object
-
- io.vertigo.vega.plugins.webservice.webserver.javalin.JavalinOptionsRouteHandler
-
- All Implemented Interfaces:
io.javalin.http.Handler
public final class JavalinOptionsRouteHandler extends Object implements io.javalin.http.Handler
Handler of Options preflight request.- Author:
- npiedeloup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.javalin.http.Context ctx)voidunsupported()Fake method for prefligth Options request.
-