| Modifier and Type | Method and Description |
|---|---|
HttpRequestWithBody |
HttpRequestWithBody.charset(Charset charset) |
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
|
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) |
Copyright © 2019. All rights reserved.