Skip to content

Instantly share code, notes, and snippets.

@NISH1001
Created November 1, 2018 16:38
Show Gist options
  • Save NISH1001/c362066fdf3c0523c471ee30ae03dc20 to your computer and use it in GitHub Desktop.
Save NISH1001/c362066fdf3c0523c471ee30ae03dc20 to your computer and use it in GitHub Desktop.
curl requests
# POST simple text
curl -XPOST localhost:8000/test --data "i am paradox" -H "Content-Type: text/plain"
# POST JSON
# GET
curl -XGET localhost:8000/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment