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. |
| valid |
List of HTTP status codes considered valid for the request response. |
Property Details
headers
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[]