HttpCheck constructor
HttpCheck({
- List<
ResponseStatusCode> ? acceptedResponseStatusCodes, - BasicAuthentication? authInfo,
- String? body,
- String? contentType,
- String? customContentType,
- Map<
String, String> ? headers, - bool? maskHeaders,
- String? path,
- PingConfig? pingConfig,
- int? port,
- String? requestMethod,
- ServiceAgentAuthentication? serviceAgentAuthentication,
- bool? useSsl,
- bool? validateSsl,
Implementation
HttpCheck({
this.acceptedResponseStatusCodes,
this.authInfo,
this.body,
this.contentType,
this.customContentType,
this.headers,
this.maskHeaders,
this.path,
this.pingConfig,
this.port,
this.requestMethod,
this.serviceAgentAuthentication,
this.useSsl,
this.validateSsl,
});