Created
December 8, 2017 06:16
-
-
Save ceme/06376992725cf8beeb777237d931bdc2 to your computer and use it in GitHub Desktop.
Use curl to post to httpbin json data
This file contains hidden or 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
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