Skip to content

Instantly share code, notes, and snippets.

@aaronpk
Last active December 25, 2015 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronpk/0dd73adbfdc814a63b82 to your computer and use it in GitHub Desktop.
Save aaronpk/0dd73adbfdc814a63b82 to your computer and use it in GitHub Desktop.
curl http://example.com/test.php -d h-entry[p-author][p-name]=Aaron+Parecki -d h-entry[p-author][u-url]=http://aaronparecki.com
Array
(
[h-entry] => Array
(
[p-author] => Array
(
[p-name] => Aaron Parecki
[u-url] => http://aaronparecki.com
)
)
)
{"h-entry"=>{"p-author"=>{"p-name"=>"Aaron Parecki", "u-url"=>"http://aaronparecki.com"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment