Created
July 26, 2012 18:45
-
-
Save edlin/3183739 to your computer and use it in GitHub Desktop.
Unix commands
This file contains 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
# passing a json in a curl request | |
curl -k -H "Content-Type: application/json" -X POST -d '{"data":{"cow": 5}}' https://localhost:8000/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment