Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
Enable support for http_proxy, https_proxy and no_proxy env variables
Toggle proxy environments (http_proxy and https_proxy) in command line.
HTTP operations through proxy using 'request' this will read http_proxy varible from the envirement varible (HTTPS_PROXY or HTTP_PROXY) or proxy
filed in body of a api and use to create proxy agent.
Node.js Agent with HTTP_PROXY, HTTP_PROXY, and NO_PROXY support for node-fetch, got, and others