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

The proxy's host address.

Optional password

password: undefined | string

The password to authenticate with the proxy, if required.

port

port: number

The proxy host's port.

Optional username

username: undefined | string

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

Generated using TypeDoc