You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
got already supports proxies, and while you "could" make it look at process.env.HTTP_PROXY and process.env.HTTPS_PROXY and then setup an agent for it, i figured that it wasn't the place for it... for instance i may want to use the got package with multiple proxies in a programmatic fashion so why would it lock you into using those variables.
This is so that update-notifier will correctly handle proxies
See https://www.npmjs.com/package/got#proxies for information about using proxies with got
The text was updated successfully, but these errors were encountered: