3 Comments
User's avatar
⭠ Return to thread
Akos Komuves's avatar

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?

Expand full comment
Saurabh Dashora's avatar

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.

Expand full comment
Akos Komuves's avatar

Thanks for the clarification Saurabh! 🫡

Expand full comment