Hierarchy

  • LDProxyOptions

Properties

Properties

auth?: string

Allows you to specify basic authentication parameters for an optional HTTP proxy. Usually of the form username:password.

host?: string

Allows you to specify a host for an optional HTTP proxy.

port?: number

Allows you to specify a port for an optional HTTP proxy.

Both the host and port must be specified to enable proxy support.

scheme?: string

When using an HTTP proxy, specifies whether it is accessed via http or https.

Generated using TypeDoc