ConnectivityCheckRequestProtocolConfigurationHttpConfiguration interface

Configuration for HTTP or HTTPS requests.

Properties

headers

List of headers to be included in the request.

method

The HTTP method to be used.

validStatusCodes

List of HTTP status codes considered valid for the request response.

Property Details

headers

List of headers to be included in the request.

headers?: HttpHeader[]

Property Value

method

The HTTP method to be used.

method?: string

Property Value

string

validStatusCodes

List of HTTP status codes considered valid for the request response.

validStatusCodes?: number[]

Property Value

number[]