
HTTP2.Pro is a public API providing test endpoints for client and server http/2 protocol support.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://http2.pro/doc/api | Primary API endpoint. |
curl -X GET "https://http2.pro/doc/api" \ -H "Accept: application/json"