-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 HTTP 103 Early Hints #3891
Comments
+1 |
RFC 8297 as of today: https://www.rfc-editor.org/rfc/rfc8297.txt |
Support in Apache: https://httpd.apache.org/docs/2.4/mod/mod_http2.html#h2earlyhints |
+1 |
Chrome 94 has added support for this. I might try to add the data in a pr, although I haven't done any testing on other Chromium browsers, but they should support it if Chrome does. |
@AsyncBanana It looks like the feature hasn't shipped yet, though it is available for Origin Trials. |
Cloudflare just released beta support for Early Hints to everyone for free!!! edit: After finishing reading the article, it seems that the important "Smart Early Hints" feature will be released in a few months, but this is still very exciting. See the "Browser support" section of the article, Early Hints is quickly picking up steam! |
Go 1.19 will be shipped with 103 support: golang/go#42597. Would be nice to have this in caniuse to stay up2date which browser support 103. |
Coincidentally shipping in Chrome 103: https://developer.chrome.com/blog/new-in-chrome-103/#http103 A support page is available via MDN: https://caniuse.com/mdn-http_status_103 😎🎉 More links:
If somebody finds the nginx support/issue, please reply :D |
Caddy has added support for early hints in 2.6.0 Is https://caniuse.com/mdn-http_status_103 the official page for early hints on caniuse? |
NGINX ticket: https://trac.nginx.org/nginx/ticket/2432 |
https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes
|
Shipping in Firefox 123: https://groups.google.com/a/mozilla.org/g/dev-platform/c/DgmxpzaZyhQ/m/8dScPs6BBQAJ |
lol, they just removed HTTP/2 Server Push and closed the ticket, seemingly without a follow up for 103 Early Hints 😅 |
As far as I can see, there is no information about the new HTTP 103 Early Hints status code. I see that it picks up more and more speed, for example the Rails web framework added support for that. I think it would be a valuable addition to caniuse.
The text was updated successfully, but these errors were encountered: