Uses of Class
com.mashape.unirest.request.GetRequest
-
Packages that use GetRequest Package Description com.mashape.unirest.http com.mashape.unirest.request -
-
Uses of GetRequest in com.mashape.unirest.http
Methods in com.mashape.unirest.http that return GetRequest Modifier and Type Method Description static GetRequestUnirest. get(String url)static GetRequestUnirest. head(String url) -
Uses of GetRequest in com.mashape.unirest.request
Methods in com.mashape.unirest.request that return GetRequest Modifier and Type Method Description GetRequestGetRequest. basicAuth(String username, String password)GetRequestGetRequest. header(String name, String value)GetRequestGetRequest. headers(Map<String,String> headers)GetRequestGetRequest. routeParam(String name, String value)
-