curl

curl http://some.url --output some.file
  • -d - specify request body (defaults method to POST)
  • -i - show all response headers
  • -X - specify http method
  • -H - specify a header