Skip to content

Instantly share code, notes, and snippets.

@laser
Last active August 29, 2015 14:11
Show Gist options
  • Save laser/95f5f94d7946da0fe374 to your computer and use it in GitHub Desktop.
Save laser/95f5f94d7946da0fe374 to your computer and use it in GitHub Desktop.
cURL to web service
curl \
-H "Content-Type: application/json" \
-d '{"text":"xyz"}' \
http://localhost:3000/notes
RESPONSE: {"text":"xyz"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment