Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpProxyOptions

Proxy options for HTTP clients.

Hierarchy

Index

Constructors

constructor

Properties

auth_method

type of authentication to use with the proxy

Optional auth_password

auth_password: undefined | string

(basic authentication only) password associated with the username

Optional auth_username

auth_username: undefined | string

(basic authentication only) proxy username

Optional connection_type

connection_type: HttpProxyConnectionType

Optional Type of connection to make. If not specified, HttpProxyConnectionType.Legacy will be used.

host_name

host_name: string

endpoint of the proxy to use

port

port: number

port of proxy to use

Optional tls_opts

Optional TLS connection options for the connection to the proxy host. Must be distinct from the TlsConnectionOptions provided to the HTTP connection

Generated using TypeDoc