super-fetch-proxy

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

A TypeScript-ready fetch utility that attempts a direct HTTP request first and, on failure, automatically retries via a randomly selected proxy from a user-supplied pool. Version 1.0.2 is the current stable release. It differentiates by offering zero-config proxy fallback, a simple Promise-based API, and built-in TypeScript definitions. The constructor accepts a custom proxy-fetching function, enabling dynamic proxy lists.