Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dailydevops/http.correlation
Correlation middleware for synchronization of requests and logging
https://github.com/dailydevops/http.correlation
correlation-id dotnet http
Last synced: 22 days ago
JSON representation
Correlation middleware for synchronization of requests and logging
- Host: GitHub
- URL: https://github.com/dailydevops/http.correlation
- Owner: dailydevops
- License: mit
- Created: 2023-05-09T06:10:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T10:31:02.000Z (25 days ago)
- Last Synced: 2024-12-09T11:35:05.398Z (25 days ago)
- Topics: correlation-id, dotnet, http
- Language: C#
- Size: 367 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# NetEvolve.Http.Correlation
Several NuGet packages to support and use a correlation ID based on HTTP header `X-Correlation-ID` or alternatively `X-Request-ID`.## Packages
### NetEvolve.Http.Correlation.Abstractions
[![Nuget](https://img.shields.io/nuget/v/NetEvolve.Http.Correlation.Abstractions)](https://www.nuget.org/packages/NetEvolve.Http.Correlation.Abstractions)### NetEvolve.Http.Correlation.AspNetCore
[![Nuget](https://img.shields.io/nuget/v/NetEvolve.Http.Correlation.AspNetCore)](https://www.nuget.org/packages/NetEvolve.Http.Correlation.AspNetCore)### NetEvolve.Http.Correlation.HttpClient
[![Nuget](https://img.shields.io/nuget/v/NetEvolve.Http.Correlation.HttpClient)](https://www.nuget.org/packages/NetEvolve.Http.Correlation.HttpClient)### NetEvolve.Http.Correlation.TestGenerator
[![Nuget](https://img.shields.io/nuget/v/NetEvolve.Http.Correlation.TestGenerator)](https://www.nuget.org/packages/NetEvolve.Http.Correlation.TestGenerator)### NetEvolve.Http.Correlation.Ulid
[![Nuget](https://img.shields.io/nuget/v/NetEvolve.Http.Correlation.Ulid)](https://www.nuget.org/packages/NetEvolve.Http.Correlation.Ulid)