You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server should put the trailing headers on HttpRequestMessage.Trailers collection. I dont see a way to access the trailers collection or any docs about it. I would appreciate if someone can point me to the correct docs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am asking this question to understand how do I enable trailing headers(trailers) for a request.
Here's the trailers feature spec from ASP .Net core - https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.features.ihttpresponsetrailersfeature?view=aspnetcore-8.0
RFC7230 standard for trailers - https://datatracker.ietf.org/doc/html/rfc7230#section-4.1.2
The server should put the trailing headers on HttpRequestMessage.Trailers collection. I dont see a way to access the trailers collection or any docs about it. I would appreciate if someone can point me to the correct docs.
Beta Was this translation helpful? Give feedback.
All reactions