User Tools

Site Tools


curl:cheat_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
curl:cheat_sheet [2020/09/25 13:18] – created 192.168.1.1curl: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 "name:value"|
 +|Basic Auth|-u user:password|
 +|Custom Address|--resolve|
 +|:::|<host:port:addr>|
 +|Custom Method|-X "METHOD"|
 |Extra Info|-w "format"| |Extra Info|-w "format"|
 +|Follow Redirects|-L|
 +|Generate Code|--libcurl <file>|
 +|Headers|-I|
 +|:::|-i|
 |Hide Progress|-s| |Hide Progress|-s|
 +|Insecure HTTPS|-k|
 +|List Options|<nowiki>--help</nowiki>|
 +|Multipart Form Post|-F name=value|
 +|:::|-F name=@file|
 +|Output|-O|
 +|:::|-o <file>|
 +|Parallel|-z|
 +|Post|-d "string"|
 +|:::|-d @file|
 +|Post Encoded|<nowiki>--data-urlencode</nowiki>|
 +|:::|"[name]=val"|
 +|Proxy|-x <host:port>|
 +|Put|-T <file>|
 +|Read Cookies|-b <file>|
 +|Remove Headers|-H "name:"|
 +|Send Cookies|-b "c=1;d=2"|
 +|Smaller Data|<nowiki>--compressed</nowiki>|
 +|Timeout|-m <seconds>|
 +|User Agent|-A "string"|
 |Verbose|-v| |Verbose|-v|
 |:::|--trace-ascii <file>| |:::|--trace-ascii <file>|
 +|Write Cookies|-c <file>|
 +
curl/cheat_sheet.1601039936.txt.gz · Last modified: 2020/09/25 13:18 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki