ProxySettings interface

HTTP proxy settings (Node.js only)

Properties

host
password
port
username

Property Details

host

host: string

Property Value

string

password

password?: string

Property Value

string

port

port: number

Property Value

number

username

username?: string

Property Value

string