httpClient property

BaseClient httpClient
final

BaseClient (such as a HttpClient) used to make all network requests

Defaults to a HttpPlusClient which supports HTTP/2 and falls back to a standard IOClient/HttpClient for HTTP/1.1 servers. Timeout is set to 5 seconds by default.

Implementation

final BaseClient httpClient;