Skip to content

Instantly share code, notes, and snippets.

@ceme
Created December 8, 2017 06:16
Show Gist options
  • Save ceme/06376992725cf8beeb777237d931bdc2 to your computer and use it in GitHub Desktop.
Save ceme/06376992725cf8beeb777237d931bdc2 to your computer and use it in GitHub Desktop.
Use curl to post to httpbin json data
curl -X POST http://httpbin.org/post -H "Content-Type:application/json" -d "{x:'y',z:'a'}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment