Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProxySettings

Package version

Options to configure a proxy for outgoing requests (Node.js only).

Hierarchy

  • ProxySettings

Index

Properties

Properties

host

host: string

Optional password

password: undefined | string

The password to authenticate with the proxy, if required.

port

port: number

Optional username

username: undefined | string

The user name to authenticate with the proxy, if required.

Generated using TypeDoc