withoutHeaders property
withoutHeader has the same syntax with the header, but has opposite meaning. If a header is matched with a matching rule among withoutHeader, the traffic becomes not matched one.
Implementation
final Map<String, StringMatch>? withoutHeaders;