rangeMatch property

  1. @TagNumber.new(7)
HttpRoute_HeaderMatch_IntegerRange get rangeMatch

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);
  1. @TagNumber.new(7)
set rangeMatch (HttpRoute_HeaderMatch_IntegerRange v)

Implementation

@$pb.TagNumber(7)
set rangeMatch(HttpRoute_HeaderMatch_IntegerRange v) {
  setField(7, v);
}