Skip to content
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

HTTP Trailers #2482

Open
henke37 opened this issue Apr 24, 2016 · 3 comments
Open

HTTP Trailers #2482

henke37 opened this issue Apr 24, 2016 · 3 comments

Comments

@henke37
Copy link

henke37 commented Apr 24, 2016

The 1.1 version of HTTP adds chunked encoding and with it the support to send some headers after the response body.

@NickCraver
Copy link

I'd also like to see this added if anyone has the data...finding a lot of conflicting info out there and I'm looking to use it in some libraries.

@kiding
Copy link
Contributor

kiding commented Apr 18, 2019

Firefox supports HTTP trailers but only for Server-Timing and only over HTTPS. (Related to #3674)

Chrome supports trailers only on HTTP/2.

@mitar
Copy link

mitar commented Apr 7, 2024

I think Chrome supports trailers only to a degree that it ignores them and that they do not break things. They are not available over HTTP2 at all, nor Sever-Timings over HTTP2 trailers appear in DevTools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants