MatchRule typedef

MatchRule = bool Function(Request received, Request recorded)

A function that determines if two requests match.

Implementation

typedef MatchRule = bool Function(Request received, Request recorded);