-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Trailer headers #1652
Comments
I do not see a reason to not do that. |
reason is how to design api. |
That would be a great feature. Suddenly, it's also has not much wide support. As for API, I think about The most interesting part is how to send the trailers. I can't figure anything better except to pass a dict of Just a thoughts (: |
I personally do not care about send part, if user wants to send trailer header he should implement chunking himself, it is easy. I am more concerned how to pass trailer data from parser. |
FWIW, I care about both parts, client and server. Since the Regarding the server side API, perhaps adding an optional dictionary parameter to |
|
@asvetlov with a Btw, currently, I'm using this as workaround for sending headers in the chunked trailer part:
|
I'd like this because my server is sending |
at the moment aiohttp drops
Trailer
headers. Should we provide access api?The text was updated successfully, but these errors were encountered: