Uses of Class
kong.unirest.core.HttpMethod
-
Packages that use HttpMethod Package Description kong.unirest.core -
-
Uses of HttpMethod in kong.unirest.core
Fields in kong.unirest.core declared as HttpMethod Modifier and Type Field Description static HttpMethod
HttpMethod. DELETE
static HttpMethod
HttpMethod. GET
static HttpMethod
HttpMethod. HEAD
protected HttpMethod
WebSocketRequestImpl. method
static HttpMethod
HttpMethod. OPTIONS
static HttpMethod
HttpMethod. PATCH
static HttpMethod
HttpMethod. POST
static HttpMethod
HttpMethod. PUT
static HttpMethod
HttpMethod. TRACE
static HttpMethod
HttpMethod. WEBSOCKET
Methods in kong.unirest.core that return HttpMethod Modifier and Type Method Description HttpMethod
HttpRequest. getHttpMethod()
HttpMethod
HttpRequestSummary. getHttpMethod()
static HttpMethod
HttpMethod. valueOf(String verb)
Methods in kong.unirest.core that return types with arguments of type HttpMethod Modifier and Type Method Description Set<HttpMethod>
HttpMethod. all()
-