Skip to content

v5.1.0

Choose a tag to compare

@jeffbski jeffbski released this 10 Jul 16:28
· 147 commits to master since this release

Add proxy option which can override the http(s) proxy which might be configured in environment variables.

  // example proxy object
  {
    host: '127.0.0.1',
    port: 9000,
    auth: {
      username: 'mikeymike',
      password: 'rapunz3l'
    }
  }