HubHttpClient constructor
HubHttpClient(
- ClientRuntime client, {
- HttpProxyCredentialMode credentialMode = HttpProxyCredentialMode.none,
- String? provider,
Creates a Hub-backed HTTP client.
Implementation
HubHttpClient(
this.client, {
this.credentialMode = HttpProxyCredentialMode.none,
this.provider,
});