Thanks for the mention, Saurabh! I’m curious how people make HTTP2 available for us. How do we know if we’re already making some HTTP2/3 requests? Will this be an implementation detail on the client level (curl or a web browser) that we don’t have to care about?
Thanks for the mention, Saurabh! I’m curious how people make HTTP2 available for us. How do we know if we’re already making some HTTP2/3 requests? Will this be an implementation detail on the client level (curl or a web browser) that we don’t have to care about?
Thanks for the mention, Saurabh! I’m curious how people make HTTP2 available for us. How do we know if we’re already making some HTTP2/3 requests? Will this be an implementation detail on the client level (curl or a web browser) that we don’t have to care about?
Most browsers already support HTTP 2 and 3 as well. So the client part from a browser perspective is pretty much taken care of.
Now it's mostly up to the application teams to configure their web servers to support HTTP 2 or 3 depending on how soon they want to upgrade.
Thanks for the clarification Saurabh! 🫡