ProxySettings interface
Options to configure a proxy for outgoing requests (Node.js only).
Properties
host | The proxy's host address. |
password | The password to authenticate with the proxy, if required. |
port | The proxy host's port. |
username | The user name to authenticate with the proxy, if required. |
Property Details
host
The proxy's host address.
host: string
Property Value
string
password
The password to authenticate with the proxy, if required.
password?: string
Property Value
string
port
The proxy host's port.
port: number
Property Value
number
username
The user name to authenticate with the proxy, if required.
username?: string
Property Value
string