Tests if a path match.
bool match(String path) { final preparedPath = _addTrailingSlash(Uri.parse(path).path); return _pathRegex.hasMatch(preparedPath); }