sindresorhus / got

🌐 Human-friendly and powerful HTTP request library for Node.js
MIT License
14.31k stars 936 forks source link

Update HTTP/2 support info for Ky #2374

Closed sholladay closed 3 months ago

sholladay commented 3 months ago

Ky supports the same protocols of fetch from the environment it is run in.

For browsers, that's generally HTTP/1, HTTP/2, and HTTP/3.