HttpConfiguration interface

HTTP configuration of the connectivity check.

Properties

headers

List of HTTP headers.

method

HTTP method.

validStatusCodes

Valid status codes.

Property Details

headers

List of HTTP headers.

headers?: HttpHeader[]

Property Value

method

HTTP method.

method?: string

Property Value

string

validStatusCodes

Valid status codes.

validStatusCodes?: number[]

Property Value

number[]