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

GET request url params #72

Closed
codepunkt opened this issue May 8, 2015 · 1 comment
Closed

GET request url params #72

codepunkt opened this issue May 8, 2015 · 1 comment

Comments

@codepunkt
Copy link

Is there any way to have GET request url parameters without appending them to the URL yourself beforehand?

Could not find any documentation on this.

@naugtur
Copy link
Owner

naugtur commented May 8, 2015

We didn't implement that, because for this feature to be complete and consistent, we'd have to be able to merge queryparams from the url with the ones provided and it would increase the size of the codebase.
There's a separate module for that and it's called qs
https://www.npmjs.com/package/qs

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

2 participants