Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientOptions

Options for request Client.

Hierarchy

  • ClientOptions

Index

Properties

appId

appId: string

appSecrets

appSecrets: string[]

Optional certChain

certChain: Buffer

Optional host

host: undefined | string

Optional maxSockets

maxSockets: undefined | number

Optional pool

pool: any

Optional privateKey

privateKey: Buffer

Optional rootCert

rootCert: string | Buffer | string[] | Buffer[]

Optional strictSSL

strictSSL: undefined | false | true

Optional time

time: undefined | false | true

Optional timeout

timeout: undefined | number

Optional useQuerystring

useQuerystring: undefined | false | true

Generated using TypeDoc