fetch-with-proxy
JSON →A wrapper around node-fetch that automatically uses HTTP(S) proxy settings from environment variables (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY, NO_PROXY). Version 3.0.1, stable, low maintenance. Unlike tunnel-based solutions (e.g., request, proxy-agent), it uses direct HTTP connections without CONNECT tunneling for HTTP targets, which avoids certain compatibility issues but may not support HTTPS proxying. It is a thin wrapper, passing through most node-fetch API behavior.
Resources
packagefetch-with-proxy ↗