Use `qs` instead of `querystring`
Open
- Dominant language
- JavaScript
- Stars
- 953
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
querystring doesn't support nested properties and arrays, so this example below doesn't work using `querystring`, but works using `qs`.
`unirest.query({
names: [1,2,3]
})`
https://github.com/hapijs/qs
If you agree on the idea, I'd be happy to make a PR.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.