dotnet / extensions

This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
MIT License
2.55k stars 730 forks source link

AddExtendedHttpClientLogging feature parity with AddHttpLogging #5206

Open alrz opened 3 weeks ago

alrz commented 3 weeks ago

The two could use similar APIs altogether but for an instance, it's not possible to conditionally log the request/response body which is done with an interceptor for HttpLogging.