Skip to content

Instantly share code, notes, and snippets.

@isaacsanders
Created July 18, 2012 18:59
Show Gist options
  • Save isaacsanders/3138088 to your computer and use it in GitHub Desktop.
Save isaacsanders/3138088 to your computer and use it in GitHub Desktop.
The differences in HTTPie and cURL
curl http://api.whatever.com -d key=value -H "Authentication:Credentials" -G
# This makes more sense to me
http GET api.whatever.com Authentication:Credentials key=value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment