Hierarchy

  • HTTPSendOptions

Properties

bearerToken?: string
httpProxy?: string

HTTP Proxy

httpsProxy?: string

HTTPS Proxy

noProxy?: string[]

URLs not to use a proxy for (E.G. github.com)

oauthAudience?: string
oauthClientId?: string
oauthClientSecret?: string
oauthTokenHost?: string
oauthTokenPath?: string
resendTime?: number

Minimum time in ms before a command is resent, set to <= 0 or undefined to disable

Generated using TypeDoc