strictPathPatterns property

bool strictPathPatterns

Whether pathPatterns are strictly matched agains incoming URI.

If this is false (default), then a path pattern '/some/path' will match '/' and '/some' and '/some/path'. If this is true, then it will match just '/some/path'.

Implementation

bool get strictPathPatterns => false;