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

Add HTTP 103 Early Hints #3891

Open
iGEL opened this issue Dec 1, 2017 · 15 comments
Open

Add HTTP 103 Early Hints #3891

iGEL opened this issue Dec 1, 2017 · 15 comments

Comments

@iGEL
Copy link

iGEL commented Dec 1, 2017

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.

@Malvoz
Copy link
Contributor

Malvoz commented Dec 6, 2017

+1

@Munter
Copy link

Munter commented Dec 20, 2017

RFC 8297 as of today: https://www.rfc-editor.org/rfc/rfc8297.txt

@Munter
Copy link

Munter commented Dec 20, 2017

Support in Apache: https://httpd.apache.org/docs/2.4/mod/mod_http2.html#h2earlyhints

@Malvoz
Copy link
Contributor

Malvoz commented Oct 16, 2018

@sarthakuiit
Copy link

+1

@AsyncBanana
Copy link
Contributor

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.

@Malvoz
Copy link
Contributor

Malvoz commented Sep 16, 2021

@AsyncBanana It looks like the feature hasn't shipped yet, though it is available for Origin Trials.

@Hexstream
Copy link

Hexstream commented Sep 17, 2021

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!

@alexander-schranz
Copy link

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.
And tests where also added to the web test platform: web-platform-tests/wpt#33076

@Schweinepriester
Copy link
Contributor

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

@PikachuEXE
Copy link

Caddy has added support for early hints in 2.6.0
I have switched from Nginx to support this feature early

Is https://caniuse.com/mdn-http_status_103 the official page for early hints on caniuse?

@Tanmayshetty
Copy link

NGINX ticket: https://trac.nginx.org/nginx/ticket/2432

@Schweinepriester
Copy link
Contributor

https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes

HTTP

New Features

  • Added support for HTTP Early Hints. (40487508)

  • Added support for preconnect via HTTP early hints. (106055702)

@Schweinepriester
Copy link
Contributor

@Schweinepriester
Copy link
Contributor

NGINX ticket: https://trac.nginx.org/nginx/ticket/2432

lol, they just removed HTTP/2 Server Push and closed the ticket, seemingly without a follow up for 103 Early Hints 😅

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