HubHttpClient constructor

HubHttpClient(
  1. ClientRuntime client, {
  2. HttpProxyCredentialMode credentialMode = HttpProxyCredentialMode.none,
  3. String? provider,
})

Creates a Hub-backed HTTP client.

Implementation

HubHttpClient(
  this.client, {
  this.credentialMode = HttpProxyCredentialMode.none,
  this.provider,
});