Closed as duplicate of#6
Description
As shown in an example here, it would be nice given uri template to match a fully expanded uri. For example given uri template
http://localhost/weather/{state}/{city}?forecast={day}
and
http://localhost/weather/Washington/Redmond?forecast=today
to get back a dictionary
{
'state': 'Washington',
'city': 'Redmond',
'day': 'today',
}
Metadata
Metadata
Assignees
Labels
No labels