Open
Description
Is your feature request related to a problem? Please describe.
As described before in #1918 (specifically, this comment: #1918 (comment)), HttpClientFactory
should be supported after dropping backwards compat support for .NET Framework 4.5, as described in that article.
Describe the solution you'd like
Refactor the code such that now we'd use an HttpClientFactory under-the-hood. This also adds the ability to provide (in the near future) DI middleware points and perhaps other extension-abilities.
Anyway, the main goal should first be to use an http client factory.
Describe alternatives you've considered
There are no alternatives, other than forking this codebase.
Additional context
Original issue: #1918
Dependency injection request: #1882
PS: I am willing to put in the work for this, however, I'd first like to have consensus on getting this in ;).
Activity