uri property

StringMatch? uri
final

URI to match values are case-sensitive and formatted as follows:

  • exact: "value" for exact string match
  • prefix: "value" for prefix-based match
  • regex: "value" for ECMAscript style regex-based match

Note: Case-insensitive matching could be enabled via the ignore_uri_case flag.

Implementation

final StringMatch? uri;