fetch-http2

JSON →
library 1.5.0 ·javascript
verified Jun 7, 2026

Native http2 fetch implementation for Node.js (v1.5.0). Provides a WHATWG fetch-compatible API that exclusively uses HTTP/2 connections. Requires Node >=16. Ships TypeScript types. Unlike node-fetch or undici, this library does not fall back to HTTP/1.1 — it assumes the server supports HTTP/2. Suitable for services that target HTTP/2-only endpoints. Release cadence: occasional minor/patch updates.