Skip to content

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

Notifications You must be signed in to change notification settings

Doyley3731/curl-cheat-sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

curl HTTP cheat sheet

HTML version here

Verbose Hide progress extra info Write output Timeout
-v -s -w "format" -O -m
--trace-ascii -o
POST multipart PUT HEAD custom
-d "string" -F name=value -T -I -X "METHOD"
-d @file -F name=@file
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" -L --compressed -k
-H "name:"

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published