.NET HttpClient
IHttpClientFactory and how to correctly use HttpClient
A quick guide on how to properly instantiate and use HttpClient in .NET
Published in
4 min readMay 29, 2022
--
Hey people!
HTTP calls are present in almost every application that needs to communicate with other systems. It is the most popular method of communication.