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

Missing param merging / query string parsing logic #38

Open
indexzero opened this issue May 28, 2013 · 0 comments
Open

Missing param merging / query string parsing logic #38

indexzero opened this issue May 28, 2013 · 0 comments

Comments

@indexzero
Copy link
Member

(Purposeful duplicate of #12)

Currently, restful doesn't respect any incoming URL query string parameters. ( Everything so far has been done via req body ).

We should use https://github.com/visionmedia/node-querystring/ to parse incoming query strings.

The parsed query string params should be intelligently merged with any req.body data into a common params scope.

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