Josef Ottosson

Freelancing Developer · Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2022
Ghost & StayPuft

httpclient

A collection of 7 posts

How to test configuration of HttpClient when using AddHttpClient
httpclient

How to test configuration of HttpClient when using AddHttpClient

Shows how to test the code written inside the AddHttpClient extension method.

7 months ago January 16th, 2022 4 min read
httpclient

HttpClient - DelegatingHandler - Correlation Id

Shows two different ways of forwarding correlation ids when using HttpClient in dotnet core.

8 months ago December 23rd, 2021 3 min read
Dealing with access tokens in dotnet
httpclient

Dealing with access tokens in dotnet

Dealing with access tokens (including renewal) in dotnet.

a year ago July 8th, 2021 7 min read
Tidy up your HttpClient usage
httpclient

Tidy up your HttpClient usage

Quick tip of how to reduce boilerplate code when dealing with HttpClient.

2 years ago September 29th, 2020 3 min read
C# - Throttle outgoing http requests - Concurrent
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.

2 years ago September 6th, 2020 6 min read
Subscribe via RSS
© Josef Ottosson 2022
Ghost & StayPuft