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?: "Get"

Property Value

"Get"

validStatusCodes

Valid status codes.

validStatusCodes?: number[]

Property Value

number[]