Created
December 7, 2014 18:25
-
-
Save sapereau83/77838305f4d762e95f2c to your computer and use it in GitHub Desktop.
Pass an array as parameter to an HTTP request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Example: | |
| # | |
| # Wanna pass an array of categories via a GET request. | |
| http://YOUR_URL/?category[]=handbag&category[]=wallet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment