HTTPMatchRequest constructor
HTTPMatchRequest({
- String? name,
- StringMatch? uri,
- StringMatch? scheme,
- StringMatch? method,
- StringMatch? authority,
- Map<
String, StringMatch> ? headers, - int? port,
- Map<
String, String> ? sourceLabels, - List<
String> ? gateways, - Map<
String, StringMatch> ? queryParams, - bool? ignoreUriCase,
- Map<
String, StringMatch> ? withoutHeaders, - String? sourceNamespace,
The main constructor.
Implementation
HTTPMatchRequest({
this.name,
this.uri,
this.scheme,
this.method,
this.authority,
this.headers,
this.port,
this.sourceLabels,
this.gateways,
this.queryParams,
this.ignoreUriCase,
this.withoutHeaders,
this.sourceNamespace,
});