Probe_HttpGetAction constructor

Probe_HttpGetAction({
  1. String path = '',
  2. int port = 0,
  3. String host = '',
  4. String scheme = '',
  5. List<Probe_HttpHeader> httpHeaders = const [],
})

Implementation

Probe_HttpGetAction({
  this.path = '',
  this.port = 0,
  this.host = '',
  this.scheme = '',
  this.httpHeaders = const [],
}) : super(fullyQualifiedName);