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: 4 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T05:26:56.000Z (8 months ago)
- Last Synced: 2025-06-29T06:31:51.538Z (8 months ago)
- Topics: correlation-id, dotnet, http
- Language: C#
- Size: 456 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
[](https://www.nuget.org/packages/NetEvolve.Http.Correlation.Abstractions)
### NetEvolve.Http.Correlation.AspNetCore
[](https://www.nuget.org/packages/NetEvolve.Http.Correlation.AspNetCore)
### NetEvolve.Http.Correlation.HttpClient
[](https://www.nuget.org/packages/NetEvolve.Http.Correlation.HttpClient)
### NetEvolve.Http.Correlation.TestGenerator
[](https://www.nuget.org/packages/NetEvolve.Http.Correlation.TestGenerator)
### NetEvolve.Http.Correlation.Ulid
[](https://www.nuget.org/packages/NetEvolve.Http.Correlation.Ulid)