https://github.com/soenneker/soenneker.httpclients.logginghandler
A handler that allows for injecting into HttpClients to log requests and responses
https://github.com/soenneker/soenneker.httpclients.logginghandler
csharp delegating delegatinghandler dotnet handler http httpclient httpclientlogginghandler httpclients logging logginghandler request response util
Last synced: 18 days ago
JSON representation
A handler that allows for injecting into HttpClients to log requests and responses
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.httpclients.logginghandler
- Owner: soenneker
- License: mit
- Created: 2025-06-07T18:36:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-05-11T22:25:31.000Z (19 days ago)
- Last Synced: 2026-05-12T00:24:27.909Z (18 days ago)
- Topics: csharp, delegating, delegatinghandler, dotnet, handler, http, httpclient, httpclientlogginghandler, httpclients, logging, logginghandler, request, response, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.httpclients.logginghandler/)
[](https://github.com/soenneker/soenneker.httpclients.logginghandler/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.httpclients.logginghandler/)
[](https://github.com/soenneker/soenneker.httpclients.logginghandler/actions/workflows/codeql.yml)
#  Soenneker.HttpClients.LoggingHandler
### A handler that allows for injecting into HttpClients to log requests and responses
## Installation
```
dotnet add package Soenneker.HttpClients.LoggingHandler
```