Hacker News new | ask | show | jobs
by x86_64Ubuntu 2393 days ago
How does one ensure they are using HTTP/2.0 vs HTTP/1.1
1 comments

There are various guides for enabling it in web servers that support it. It requires HTTPS as a prerequisite.

For testing it in the browser: in Chrome at least, the developer tools Network tab details the protocol of each request/response. I believe Firefox has similar functionality.