Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Conversation

@garlicnation
Copy link
Contributor

Encode a params object such as:
{first: "one", second: ["two", "three"]}
as the queryString
?first=one&second=two&second=three

This will allow users to take advantage of the behavior of many server-side frameworks which will present these parameters to the server code as arrays.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants