defaultMatchRules property

MatchRules defaultMatchRules

A pre-configured set of rules that will match requests based on the full URL and method.

Implementation

static MatchRules get defaultMatchRules {
  return MatchRules().byMethod().byFullUrl(preserveQueryOrder: false);
}