HttpRequestWithBody |
HttpRequestWithBody.charset(Charset charset) |
Set the Charset encoding for the Content-Type.
|
HttpRequestWithBody |
HttpRequestWithBody.contentType(String type) |
|
static HttpRequestWithBody |
Unirest.delete(String url) |
Start a DELETE HttpRequest which supports a body from the primary config
|
HttpRequestWithBody |
UnirestInstance.delete(String url) |
Start a DELETE HttpRequest which supports a body from the primary config
|
default HttpRequestWithBody |
HttpRequestWithBody.noCharset() |
Removes any Charset for the Content-Type for when servers cannot process it.
|
static HttpRequestWithBody |
Unirest.patch(String url) |
Start a PATCH HttpRequest which supports a body from the primary config
|
HttpRequestWithBody |
UnirestInstance.patch(String url) |
Start a PATCH HttpRequest which supports a body from the primary config
|
static HttpRequestWithBody |
Unirest.post(String url) |
Start a POST HttpRequest which supports a body from the primary config
|
HttpRequestWithBody |
UnirestInstance.post(String url) |
Start a POST HttpRequest which supports a body from the primary config
|
static HttpRequestWithBody |
Unirest.put(String url) |
Start a PUT HttpRequest which supports a body from the primary config
|
HttpRequestWithBody |
UnirestInstance.put(String url) |
Start a PUT HttpRequest which supports a body from the primary config
|
static HttpRequestWithBody |
Unirest.request(String method,
String url) |
|
HttpRequestWithBody |
UnirestInstance.request(String method,
String url) |
|