Log HTTP Request and Response Trailers
Open
area-networking
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
As a follow up to https://github.com/dotnet/aspnetcore/pull/31816, we should log Http Request and Response trailers if available.
I see a few potential issues:
- Making sure the trailers are committed before the body is written
- Having a delimiter between headers and trailers?
Contributor guide
Assessment
This issue has not been assessed yet.