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

Query with array parameters aren't captured correctly #53

Open
davidhouweling opened this issue Mar 16, 2017 · 0 comments
Open

Query with array parameters aren't captured correctly #53

davidhouweling opened this issue Mar 16, 2017 · 0 comments

Comments

@davidhouweling
Copy link

Based on http://visionmedia.github.io/superagent/#get-requests I'm providing it a string so i can use the format of string[]=one&string[]=two&string[]=three, but when i check req.query, it only shows it as req.query.string[]: three.

Would it be possible to perhaps just be able to get the whole query as a string, to save you having to cater for all the possible variations? Even superagent doesn't support all the variations, thats why they have the 'supply as a string' option.

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