How to check if a website supports HTTP/2 on Linux
With curl you can test if your website supports HTTP/2. Just execute the following curl command:
curl --http2 https://www.schelstraete.org
With curl you can test if your website supports HTTP/2. Just execute the following curl command:
curl --http2 https://www.schelstraete.org