| Package | Description |
|---|---|
| kong.unirest |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<Empty> |
HttpRequest.asEmpty()
Executes the request and returns the response without parsing the body
|
CompletableFuture<HttpResponse<Empty>> |
HttpRequest.asEmptyAsync()
Executes the request asynchronously and returns the response without parsing the body
|
CompletableFuture<HttpResponse<Empty>> |
HttpRequest.asEmptyAsync(Callback<Empty> callback)
Executes the request asynchronously and returns a empty response which is passed to a callback
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse<Empty>> |
HttpRequest.asEmptyAsync(Callback<Empty> callback)
Executes the request asynchronously and returns a empty response which is passed to a callback
|
Copyright © 2023. All rights reserved.