Uses of Class
com.mashape.unirest.http.HttpMethod
-
Packages that use HttpMethod Package Description com.mashape.unirest.http com.mashape.unirest.request -
-
Uses of HttpMethod in com.mashape.unirest.http
Methods in com.mashape.unirest.http that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpMethod in com.mashape.unirest.request
Methods in com.mashape.unirest.request that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequest. getHttpMethod()Constructors in com.mashape.unirest.request with parameters of type HttpMethod Constructor Description GetRequest(HttpMethod method, String url)HttpRequest(HttpMethod method, String url)HttpRequestWithBody(HttpMethod method, String url)
-