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

Allow parsing the complete 'pathname' at once #9

Open
rl-king opened this issue Jun 15, 2018 · 0 comments · May be fixed by #31
Open

Allow parsing the complete 'pathname' at once #9

rl-king opened this issue Jun 15, 2018 · 0 comments · May be fixed by #31
Labels

Comments

@rl-king
Copy link
Contributor

rl-king commented Jun 15, 2018

What

Parse a complete pathname with all segments at once.
The requested feature is implemented in this fork here : http://package.elm-lang.org/packages/terezka/url-parser/1.0.0/UrlParser#any

Why

Our clients are able to define custom paths for the pages they create. Which means they could write something like /this/random/path/1/. Having the ability to accept that complete path and still allow for parsing queryParams will prevent workarounds that don't make full use of this package.

Note

We're having this issue in evancz/url-parser but as this looks to become the next version of that I'm posting this here.

EdSchouten pushed a commit to EdSchouten/url that referenced this issue Apr 11, 2019
Having an operation like this is useful for cases where you need to
forward/process arbitrary requests for a certain path prefix.

Fixes: elm#9
EdSchouten pushed a commit to EdSchouten/url that referenced this issue Apr 11, 2019
Having an operation like this is useful for cases where you need to
forward/process arbitrary requests for a certain path prefix.

Fixes: elm#9
@evancz evancz added the request label Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants