A lightning talk about cURL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

476 B

Useful CLI Arguments

  • -v - Verbose: Make cURL more talkative
  • -h - Help: Show all CLI options
  • -F CONTENT - Form Data: Add Multipart Form data to request
  • -H HEADER - Header: Add HEADER to request header
  • -X COMMAND - Method: Set request method (GET/POST/etc)
  • -o FILE - Output: Output to FILE rather than stdout
  • -L - Follow Redirects: Follow all redirects
  • -i - Response Headers: Show the requests response headers