Uses of Class
io.mangoo.enums.Http
-
Packages that use Http Package Description io.mangoo.enums io.mangoo.routing io.mangoo.routing.routes -
-
Uses of Http in io.mangoo.enums
Methods in io.mangoo.enums that return Http Modifier and Type Method Description static HttpHttp. valueOf(String name)Returns the enum constant of this type with the specified name.static Http[]Http. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Http in io.mangoo.routing
Methods in io.mangoo.routing with parameters of type Http Modifier and Type Method Description static RequestRouteOn. anyOf(Http... methods)Creates a new RequestRoute for a given list of HTTP request methods -
Uses of Http in io.mangoo.routing.routes
Methods in io.mangoo.routing.routes that return Http Modifier and Type Method Description HttpRequestRoute. getMethod()Http[]RequestRoute. getMethods()Methods in io.mangoo.routing.routes with parameters of type Http Modifier and Type Method Description voidRequestRoute. withHttpMethod(Http method)Sets the HTTP method of this requestConstructors in io.mangoo.routing.routes with parameters of type Http Constructor Description RequestRoute(Http method)RequestRoute(Http... methods)
-