httpClient property

Client httpClient
final

http.Client (such as a IOClient) used to make all network requests

Do not close manually.

Defaults to a standard IOClient/HttpClient.

Implementation

final http.Client httpClient;