Uses of Interface
io.helidon.common.http.Http.RequestMethod
-
-
Uses of Http.RequestMethod in io.helidon.common.http
Classes in io.helidon.common.http that implement Http.RequestMethod Modifier and Type Class Description static classHttp.MethodEnumeration of all standard HTTPmethods.Methods in io.helidon.common.http that return Http.RequestMethod Modifier and Type Method Description static Http.RequestMethodHttp.RequestMethod. create(String name)Create new HTTP request method instance from the provided name.Http.RequestMethodHttpRequest. method()Returns an HTTP request method.
-