The names of the parameters extracted from the route string (e.g., ['id'] for '/detail/:id').
['id']
'/detail/:id'
The regular expression used to match the route against a URL path.
The names of the parameters extracted from the route string (e.g.,
['id']for'/detail/:id').