HttpRequestWithBody |
HttpRequestWithBody.charset(java.nio.charset.Charset charset) |
Set the Charset encoding for the Content-Type.
|
HttpRequestWithBody |
HttpRequestBody.contentType(java.lang.String type) |
|
HttpRequestWithBody |
HttpRequestWithBody.contentType(java.lang.String type) |
|
static HttpRequestWithBody |
Unirest.delete(java.lang.String url) |
Start a DELETE HttpRequest which supports a body from the primary config
|
HttpRequestWithBody |
UnirestInstance.delete(java.lang.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(java.lang.String url) |
Start a PATCH HttpRequest which supports a body from the primary config
|
HttpRequestWithBody |
UnirestInstance.patch(java.lang.String url) |
Start a PATCH HttpRequest which supports a body from the primary config
|
static HttpRequestWithBody |
Unirest.post(java.lang.String url) |
Start a POST HttpRequest which supports a body from the primary config
|
HttpRequestWithBody |
UnirestInstance.post(java.lang.String url) |
Start a POST HttpRequest which supports a body from the primary config
|
static HttpRequestWithBody |
Unirest.put(java.lang.String url) |
Start a PUT HttpRequest which supports a body from the primary config
|
HttpRequestWithBody |
UnirestInstance.put(java.lang.String url) |
Start a PUT HttpRequest which supports a body from the primary config
|
static HttpRequestWithBody |
Unirest.request(java.lang.String method,
java.lang.String url) |
|
HttpRequestWithBody |
UnirestInstance.request(java.lang.String method,
java.lang.String url) |
|