| Package | Description |
|---|---|
| io.github.openunirest.request | |
| io.github.openunirest.request.body |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<JsonNode> |
BaseRequest.asJson() |
CompletableFuture<HttpResponse<JsonNode>> |
BaseRequest.asJsonAsync() |
CompletableFuture<HttpResponse<JsonNode>> |
BaseRequest.asJsonAsync(Callback<JsonNode> callback) |
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
HttpRequestWithBody.body(JsonNode body) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse<JsonNode>> |
BaseRequest.asJsonAsync(Callback<JsonNode> callback) |
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
RequestBodyEntity.body(JsonNode jsonBody) |
Copyright © 2018. All rights reserved.