HTTP/2 and HTTP/3 Features
Key features and improvements introduced in HTTP/2 and HTTP/3 over HTTP/1.1.
Key features and improvements introduced in HTTP/2 and HTTP/3 over HTTP/1.1.
The static files are identical to what the API returns, but with no rate limit and no server round trip. Use the API when you want a query and a content type; use the files when you want to cache one document.
curl "https://yjtoon.com/api/dataset/http2-http3-features?format=toon"
const res = await fetch( "https://yjtoon.com/static-data/dataset/http2-http3-features.toon" ); const toon = await res.text();
Rate limit: 120 requests per minute per IP, no key and no signup. API reference →