pathTemplateMatch property

String? pathTemplateMatch
getter/setter pair

If specified, the route is a pattern match expression that must match the :path header once the query string is removed.

A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.

Implementation

core.String? pathTemplateMatch;