Jul 13, 2026
HTTP Requests in Node.js with the Fetch API
Native fetch replaces axios and node-fetch on Node.js 22. This guide covers timeout patterns with AbortSignal, retry with exponential backoff, proxies via undici, streaming downloads to disk, and real benchmarks against axios, node-fetch, and undici raw.