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

Need to support array query parameters #4

Open
natoverse opened this issue Apr 4, 2013 · 0 comments
Open

Need to support array query parameters #4

natoverse opened this issue Apr 4, 2013 · 0 comments

Comments

@natoverse
Copy link
Contributor

Standard URL syntax for arrays is to duplicate the key name:

?key=value1&key=value2

in a request object (i.e., in java) would result in an array: [value1,value2].

circuits should allow JavaScript arrays to be passed as a query param in the params map, and convert them in to the duplicated syntax above.

e.g.,: params = {
key: ["value1", "value2"]
};

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