Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace HTTPBackend

Send the request to an HTTP backend.

Properties

Optional connectTimeoutInSeconds

connectTimeoutInSeconds: undefined | number

Defines a timeout for establishing a connection with a proxied server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isSslVerifyDisabled

isSslVerifyDisabled: undefined | false | true

Defines whether or not to uphold SSL verification.

Optional readTimeoutInSeconds

readTimeoutInSeconds: undefined | number

Defines a timeout for reading a response from the proxied server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional sendTimeoutInSeconds

sendTimeoutInSeconds: undefined | number

Defines a timeout for transmitting a request to the proxied server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "HTTP_BACKEND"

url

url: string

Methods

getDeserializedJsonObj

getJsonObj