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 HttpMethodHttpMethod. DELETEstatic HttpMethodHttpMethod. GETstatic HttpMethodHttpMethod. HEADprotected HttpMethodWebSocketRequestImpl. methodstatic HttpMethodHttpMethod. OPTIONSstatic HttpMethodHttpMethod. PATCHstatic HttpMethodHttpMethod. POSTstatic HttpMethodHttpMethod. PUTstatic HttpMethodHttpMethod. TRACEstatic HttpMethodHttpMethod. WEBSOCKETMethods in kong.unirest.core that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequest. getHttpMethod()HttpMethodHttpRequestSummary. getHttpMethod()static HttpMethodHttpMethod. 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()
-