httpclient How to test configuration of HttpClient when using AddHttpClient Shows how to test the code written inside the AddHttpClient extension method.
httpclient HttpClient - DelegatingHandler - Correlation Id Shows two different ways of forwarding correlation ids when using HttpClient in dotnet core.
httpclient Dealing with access tokens in dotnet Dealing with access tokens (including renewal) in dotnet.
httpclient Tidy up your HttpClient usage Quick tip of how to reduce boilerplate code when dealing with HttpClient.
httpclient C# - Throttle outgoing http requests - Concurrent This post focus on how to handle request rate limits when we are only allowed to send 10 requests at the same time.