Test endpoints for client and server HTTP/2 protocol support
Provides test endpoints to check HTTP/2 protocol support for clients and servers.
import requests
url = "https://http2.pro/"
response = requests.get(url)
print(response.text)Last 50 checks (10 min intervals)