node-mailgun icon indicating copy to clipboard operation
node-mailgun copied to clipboard

try to detect proxy based on env variables

Open fry2k opened this issue 9 years ago • 0 comments

if one of the following environment variables is set and is not empty a https proxy agent is set for all requests:

  • process.env.http_proxy
  • process.env.HTTP_PROXY
  • process.env.https_proxy
  • process.env.HTTPS_PROXY

fry2k avatar Apr 06 '16 07:04 fry2k