public interface HttpClient
| Modifier and Type | Method and Description |
|---|---|
HttpClientResponse |
request(HttpClientRequest request)
Sends a HttpRequest blocking the current thread until a response is available or the request times out.
|
HttpClientResponse request(HttpClientRequest request)
request - the HttpClientRequest to send.HttpClientResponse