defaultStrictMatchRules property

MatchRules defaultStrictMatchRules

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

Implementation

static MatchRules get defaultStrictMatchRules {
  return MatchRules().byMethod().byFullUrl(preserveQueryOrder: true).byBody();
}