route icon indicating copy to clipboard operation
route copied to clipboard

Implement a RFC 6570 compliant UriTemplate

Open justinfagnani opened this issue 11 years ago • 1 comments

It seems like it might a good idea to use a standard URI template syntax rather than one of the many ad-hoc syntaxes, including route's UriPattern.

http://tools.ietf.org/html/rfc6570

The spec is focused on URI expansion and vague about variable extraction, so we'll have to add some validation to ensure templates are reversible.

justinfagnani avatar Apr 24 '13 17:04 justinfagnani