Skip to content

Instantly share code, notes, and snippets.

@shengyou
Created January 11, 2018 16:14
Show Gist options
  • Save shengyou/1c0db3859a263f32993a3ae4c0d84578 to your computer and use it in GitHub Desktop.
Save shengyou/1c0db3859a263f32993a3ae4c0d84578 to your computer and use it in GitHub Desktop.
curl -X POST https://httpbin.org/post \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "field1=Hello" \
-d "field2=World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment