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 void
handle(io.javalin.http.Context ctx)
void
unsupported()
Fake method for prefligth Options request.
-