addHttpClient method
Registers the default HTTP client factory for a named client.
Implementation
HttpClientBuilder addHttpClient([String name = Options.defaultName]) {
_addHttpClientCore();
addOptions<HttpClientFactoryOptions>(
HttpClientFactoryOptions.new,
name: name,
);
return HttpClientBuilder(this, name);
}