Skip to content

Instantly share code, notes, and snippets.

@td512
Created August 19, 2017 05:17
Show Gist options
  • Save td512/73873c7153fc3a553d6f4fe92e319c15 to your computer and use it in GitHub Desktop.
Save td512/73873c7153fc3a553d6f4fe92e319c15 to your computer and use it in GitHub Desktop.

Download files

curl -o file http://url/file

Headers

curl -H "header: value" http://url/path

POST method

curl -XPOST -d "{'key1':'value1'}" http://url/path

POST file to server

curl -XPOST -F "file_param=@file" http://url/path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment