Arthur D. Cherba

Results 1 issues of Arthur D. Cherba

As shown in an example [here](https://msdn.microsoft.com/en-us/library/system.uritemplate.match%28v=vs.110%29.aspx), 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...