Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2026

httpclient

A collection of 11 posts

dotnet core

Compress HttpClient requests with GZIP

By streaming the gzip compression instead of using MemoryStream, we can significantly reduce memory allocation and avoid OutOfMemoryExceptions with large payloads.

10 months ago September 12th, 2025 3 min read
httpclient

Customize the HttpClient logging - dotnet core

How to customize the HttpClient logging

3 years ago December 15th, 2023 2 min read
Testing your Polly policies
httpclient

Testing your Polly policies

Polly enables you to configure policies to handle different error scenarios when sending http requests. I show you how you can test these policies.

3 years ago October 31st, 2023 3 min read
dotnet

Prefix your http requests without touching the actual HttpClient code

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

4 years 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

4 years ago January 16th, 2022 4 min read
Subscribe via RSS
© Josef Ottosson 2026