static GetRequest |
Unirest.get(java.lang.String url) |
Start a GET HttpRequest which does not support a body from the primary config
|
GetRequest |
UnirestInstance.get(java.lang.String url) |
Start a GET HttpRequest which does not support a body from the primary config
|
static GetRequest |
Unirest.head(java.lang.String url) |
Start a HEAD HttpRequest which does not support a body from the primary config
|
GetRequest |
UnirestInstance.head(java.lang.String url) |
Start a HEAD HttpRequest which does not support a body from the primary config
|
static GetRequest |
Unirest.options(java.lang.String url) |
Start a OPTIONS HttpRequest which does not support a body from the primary config
|
GetRequest |
UnirestInstance.options(java.lang.String url) |
Start a OPTIONS HttpRequest which does not support a body from the primary config
|