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

Support URI Path Parameters a.k.a Matrix Variables #30

Open
jeffrose opened this issue Jul 29, 2017 · 0 comments
Open

Support URI Path Parameters a.k.a Matrix Variables #30

jeffrose opened this issue Jul 29, 2017 · 0 comments

Comments

@jeffrose
Copy link

While query parameters are related to the route as a whole, matrix variables can be associated to a particular segment of the route, which could have a greater contextual meaning to the application.

For example...

  • /foo/bar;a=1;b=2;c=3/qux
  • /foo;a=1/bar;b=2/qux;c=3

Details can be found in the URI RFC:
https://tools.ietf.org/html/rfc3986#section-3.3

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