| Method and Description |
|---|
| kong.unirest.Config.addInterceptor(HttpRequestInterceptor)
use the Unirest Interceptors rather than Apache
|
| kong.unirest.Config.asyncClient(HttpAsyncClient)
use asyncClient(AsyncClient value)
|
| kong.unirest.Config.errorHandler(Consumer<HttpResponse<?>>)
this is merging with the interceptor concept. see interceptor(Interceptor value)
|
| kong.unirest.Config.getErrorHandler()
use interceptors instead
|
| kong.unirest.Config.getInterceptor()
use Unirest Interceptors instead
|
| kong.unirest.Config.httpClient(HttpClient) |
| kong.unirest.Client.request(HttpRequest, Function<RawResponse, HttpResponse<T>>)
use the version with the resultType
|
| kong.unirest.AsyncClient.request(HttpRequest, Function<RawResponse, HttpResponse<T>>, CompletableFuture<HttpResponse<T>>)
use the version with the resultType
|
Copyright © 2022. All rights reserved.