An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.middlewares.trafficlogging

Middleware that logs the full HTTP request and response, including headers and body, using buffered memory streams.
https://github.com/soenneker/soenneker.middlewares.trafficlogging

csharp dotnet http httpclient logging middleware middlewares requests responses traffic trafficlogging trafficloggingmiddleware util

Last synced: 28 days ago
JSON representation

Middleware that logs the full HTTP request and response, including headers and body, using buffered memory streams.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.middlewares.trafficlogging.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.middlewares.trafficlogging/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.middlewares.trafficlogging/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.middlewares.trafficlogging/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.middlewares.trafficlogging.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.middlewares.trafficlogging/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.middlewares.trafficlogging/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/soenneker/soenneker.middlewares.trafficlogging/actions/workflows/codeql.yml)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Middlewares.TrafficLogging
### Middleware that logs the full HTTP request and response, including headers and body, using buffered memory streams.

## Installation

```
dotnet add package Soenneker.Middlewares.TrafficLogging
```