Uses of Interface
ratpack.core.http.HttpMethod
-
Packages that use HttpMethod Package Description ratpack.core.http The HTTP protocol.ratpack.core.http.client The HTTP client. -
-
Uses of HttpMethod in ratpack.core.http
Fields in ratpack.core.http declared as HttpMethod Modifier and Type Field Description static HttpMethodHttpMethod. DELETEThe DELETE method.static HttpMethodHttpMethod. GETThe GET method.static HttpMethodHttpMethod. HEADThe HEAD method.static HttpMethodHttpMethod. OPTIONSThe OPTIONS method.static HttpMethodHttpMethod. PATCHThe PATCH method.static HttpMethodHttpMethod. POSTThe POST method.static HttpMethodHttpMethod. PUTThe PUT method.Methods in ratpack.core.http that return HttpMethod Modifier and Type Method Description HttpMethodRequest. getMethod()The method of the request.static HttpMethodHttpMethod. of(String name)Creates a method of the given name. -
Uses of HttpMethod in ratpack.core.http.client
Methods in ratpack.core.http.client that return HttpMethod Modifier and Type Method Description HttpMethodRequestSpec. getMethod()Get the configured request method.Methods in ratpack.core.http.client with parameters of type HttpMethod Modifier and Type Method Description RequestSpecRequestSpec. method(HttpMethod method)Specifies the request method.
-