Skip to content

v5.1.0

Compare
Choose a tag to compare
@jeffbski jeffbski released this 10 Jul 16:28
· 71 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'
    }
  }