Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI template parsing #6

Open
mstade opened this issue Sep 22, 2015 · 0 comments
Open

URI template parsing #6

mstade opened this issue Sep 22, 2015 · 0 comments

Comments

@mstade
Copy link
Member

mstade commented Sep 22, 2015

From @mstade on September 18, 2015 10:49

It seems the rhumb syntax is more or less compatible with URI templates, however the latter offers additional semantics such as value modifiers. These can be handy to describe how things should be parsed, but also the other way around – how things should be expanded into a new URI given input parameters. It's probably not the remit of rhumb to deal with this, since its purpose is that of pattern matching and routing, URI parsing is more of a dependency. It might be worth looking into whether the parsing/expansion can be done by something like URIt instead. (Shameless plug, I know.)

Copied from original issue: sammyt/rhumb#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant