httpClient property
Client
httpClient
getter/setter pair
The HTTP client to use. Generally not needed to be provided.
It can be set during testing or when used in the context of a framework that has its own http.Client
instance.
Implementation
http.Client httpClient;