yub
yub copied to clipboard
Proxy support
Using yub
in an environment where a http proxy is required is currently not supported, because node http / https modules don't support respecting env variables such as http_proxy
or no_proxy
( https://github.com/nodejs/node/issues/8381#issuecomment-265240434 ).
Adding proxy support would be easily possible if using a request library such as got
instead of the node modules directly...
Any thought's on that issue?
I could provide a PR.