-
Notifications
You must be signed in to change notification settings - Fork 9
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
Query parameters in path cause exception #85
Comments
I'm also getting exception when using star wildcard
|
Same issue here. It would be awesome if the query string parameters were stripped from the URL, dumped into the response object, and routing worked as normal. Even better would be to parse those query string parameters and put the key/value pairs into the response object. |
Can't you just put the router as just '/' and then get the parameters of it? In the fetch event listener you would have to define the parameter |
I understand query parameters are not supported for routing but even using a path with them throws exception:
Causes:
The text was updated successfully, but these errors were encountered: