Refers to the System.Net.Http.IHttpClientFactorylibrary introduced in Asp.Net Core 2.1+ and is factory for creating HttpClient instances. It is usually associated with the [dotnet-httpclient] and [asp.net-core] tags
HttpClientFactory
was created since .NET Core 2.1 to implement resilient HTTP requests by addressing issues associated the with original and well-known HttpClient