| Package | Description |
|---|---|
| org.mule.runtime.http.api.client |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication)
Sends a HttpRequest blocking the current thread until a response is available or the request times out.
|
CompletableFuture<HttpResponse> |
HttpClient.sendAsync(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication)
Sends a HttpRequest without blocking the current thread.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.