Home
Softono

Curl Cheat Sheet

Open source
376
Stars
38
Forks
0
Issues
18
Watchers
3 years
Last Commit

 About Curl Cheat Sheet

A single page document with the most important curl options for HTTP explained

Platforms

Web Self-hosted

Need Help Installing Curl Cheat Sheet?

We provide expert installation service for this software. Our team will install, configure, and secure Curl Cheat Sheet on your server. plans start at just $30.

Curl Cheat Sheet

View on GitHub

curl HTTP cheat sheet

HTML version here

Markdown attempt

Verbose Hide progress extra info Write output Timeout
-v
--trace-ascii file
-s -w format -O
-o file
-m secs
POST multipart PUT HEAD custom
-d string
-d @file
-F name=value
-F name=@file
-T file -I -X METHOD
Basic auth read cookies write cookies send cookies user-agent
-u user:password -b -c -b "c=1; d=2" -A string
Use proxy Headers, add/remove follow redirs gzip insecure
-x host:port -H "name: value"
-H name:
-L --compressed -k