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.
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: Which request method to use (GET/POST/etc)
-o FILE - Output: Output to FILE rather than stdout
-L - Follow Redirects: Follow all redirects