Package | Description |
---|---|
kong.unirest | |
kong.unirest.apache |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequest<R extends HttpRequest>
The primary request builder used to create a request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GetRequest |
interface |
HttpRequestWithBody |
interface |
JsonPatchRequest |
interface |
MultipartBody
Represents a multi-part body builder for a request.
|
interface |
RequestBodyEntity |
Modifier and Type | Method and Description |
---|---|
<T> HttpResponse<T> |
Client.request(HttpRequest request,
java.util.function.Function<RawResponse,HttpResponse<T>> transformer)
Make a request
|
<T> CompletableFuture<HttpResponse<T>> |
AsyncClient.request(HttpRequest request,
java.util.function.Function<RawResponse,HttpResponse<T>> transformer,
CompletableFuture<HttpResponse<T>> callback)
Make a Async request
|
Modifier and Type | Method and Description |
---|---|
<T> PagedList<T> |
HttpRequest.asPaged(java.util.function.Function<HttpRequest,HttpResponse> mappingFunction,
java.util.function.Function<HttpResponse<T>,String> linkExtractor)
Allows for following paging links common in many APIs.
|
Modifier and Type | Method and Description |
---|---|
<T> HttpResponse<T> |
ApacheClient.request(HttpRequest request,
java.util.function.Function<RawResponse,HttpResponse<T>> transformer) |
<T> CompletableFuture<HttpResponse<T>> |
ApacheAsyncClient.request(HttpRequest request,
java.util.function.Function<RawResponse,HttpResponse<T>> transformer,
CompletableFuture<HttpResponse<T>> callback) |
Copyright © 2019. All rights reserved.