HttpClientInjector is intended to provide a straightforward way to inject HttpClients into classes, services or anything else that uses .Net Dependency Injection.
This library provides a fluent api for registering the instances you require.
This library provides a fluent builder api to allow for either immediate or Just In Time initialisation of HttpClients as injected into your code.