Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2023
Ghost & StayPuft

httpclientfactory

A collection of 3 posts

dotnet core

Prefix your http requests without touching the actual HttpClient code

Prefix your http calls without modifying the actual HttpClient code using a custom DelegatingHandler

3 months ago December 21st, 2022 3 min read
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

a year ago January 16th, 2022 4 min read
httpclient

You're (probably still) using HttpClient wrong and it is destabilizing your software

I try to optimize the fetching and deserialization of data in dotnet core as much as possible. HttpClientFactory and streams are my best friends

4 years ago March 10th, 2019 20 min read
Subscribe via RSS
© Josef Ottosson 2023
Ghost & StayPuft