/curl_cheatsheet

The official cheatsheet by me :-D

curl_cheatsheet

The official cheatsheet by me :-D

Curl

Command Description
-u user:password user authentication
-H "name:value" Header with name and value
-X "Custom method" Send a HTTP method
-X host:port Proxy
-s hide Progress
-F name=value -F name=@file multipartform
-O Output at a file
-A "String" user-agent
-b "c=c1";"c2=c3" send the cookie