-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "trailing_headers" extension for HTTP/1.1 #582
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no mention about the TE
headers. Is it intended? 🤔
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Ah gotcha... I see that now yes. The presence of a
But yes, it makes sense to include it in the example. It'd be really nice to have a real URL we can point at for this one. 🤣 |
…encode/httpcore into http11-trailing-headers-support
Right. Needs a |
See encode/httpx#1149
Adding support in HTTP/2 should be similar, requiring the
h2.TrailersReceived
event to populate any trailing headers.https://python-hyper.org/projects/h2/en/stable/api.html#h2.events.TrailersReceived