rangeMatch property
If specified, the rule will match if the request header value is within the range.
Implementation
@$pb.TagNumber(7)
HttpRoute_HeaderMatch_IntegerRange get rangeMatch => $_getN(6);
Implementation
@$pb.TagNumber(7)
set rangeMatch(HttpRoute_HeaderMatch_IntegerRange v) {
setField(7, v);
}