Class CommonHttpProxyOptions

Options used when connecting to an HTTP endpoint via a proxy

Hierarchy

Constructors

  • Parameters

    • host_name: string

      endpoint of the proxy to use

    • port: number

      port of proxy to use

    • auth_method: HttpProxyAuthenticationType = HttpProxyAuthenticationType.None

      type of authentication to use with the proxy

    • Optional auth_username: string

      (basic authentication only) proxy username

    • Optional auth_password: string

      (basic authentication only) password associated with the username

    Returns CommonHttpProxyOptions

Properties

auth_method: HttpProxyAuthenticationType = HttpProxyAuthenticationType.None

type of authentication to use with the proxy

auth_password?: string

(basic authentication only) password associated with the username

auth_username?: string

(basic authentication only) proxy username

host_name: string

endpoint of the proxy to use

port: number

port of proxy to use

Generated using TypeDoc