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
The 1.1 version of HTTP adds chunked encoding and with it the support to send some headers after the response body.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Firefox supports HTTP trailers but only for Server-Timing and only over HTTPS. (Related to #3674)
Server-Timing
Chrome supports trailers only on HTTP/2.
No branches or pull requests
The 1.1 version of HTTP adds chunked encoding and with it the support to send some headers after the response body.
The text was updated successfully, but these errors were encountered: