curl:cheat_sheet
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
curl:cheat_sheet [2020/09/25 13:18] – created 192.168.1.1 | curl:cheat_sheet [2020/09/25 13:39] (current) – 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Curl - Cheat Sheet ====== | ====== Curl - Cheat Sheet ====== | ||
+ | |Add Headers|-H " | ||
+ | |Basic Auth|-u user: | ||
+ | |Custom Address|--resolve| | ||
+ | |::: | ||
+ | |Custom Method|-X " | ||
|Extra Info|-w " | |Extra Info|-w " | ||
+ | |Follow Redirects|-L| | ||
+ | |Generate Code|--libcurl < | ||
+ | |Headers|-I| | ||
+ | |:::|-i| | ||
|Hide Progress|-s| | |Hide Progress|-s| | ||
+ | |Insecure HTTPS|-k| | ||
+ | |List Options|< | ||
+ | |Multipart Form Post|-F name=value| | ||
+ | |:::|-F name=@file| | ||
+ | |Output|-O| | ||
+ | |:::|-o < | ||
+ | |Parallel|-z| | ||
+ | |Post|-d " | ||
+ | |:::|-d @file| | ||
+ | |Post Encoded|< | ||
+ | |::: | ||
+ | |Proxy|-x < | ||
+ | |Put|-T < | ||
+ | |Read Cookies|-b < | ||
+ | |Remove Headers|-H " | ||
+ | |Send Cookies|-b " | ||
+ | |Smaller Data|< | ||
+ | |Timeout|-m < | ||
+ | |User Agent|-A " | ||
|Verbose|-v| | |Verbose|-v| | ||
|::: | |::: | ||
+ | |Write Cookies|-c < | ||
+ |
curl/cheat_sheet.1601039936.txt.gz · Last modified: 2020/09/25 13:18 by 192.168.1.1