Skip to content

Instantly share code, notes, and snippets.

@raarellano
Created May 20, 2015 01:43
Show Gist options
  • Save raarellano/6e8866c2c74cb3cc864c to your computer and use it in GitHub Desktop.
Save raarellano/6e8866c2c74cb3cc864c to your computer and use it in GitHub Desktop.
Usefull curl commands
#Post
curl -i -X POST -d paramater1="1" -d paramater2="ABC" http://api.example.com/resource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment