HTTP2HealthCheck constructor

HTTP2HealthCheck({
  1. String? host,
  2. int? port,
  3. String? portName,
  4. String? portSpecification,
  5. String? proxyHeader,
  6. String? requestPath,
  7. String? response,
})

Implementation

HTTP2HealthCheck({
  this.host,
  this.port,
  this.portName,
  this.portSpecification,
  this.proxyHeader,
  this.requestPath,
  this.response,
});