Search…
README
How to read this book
The cURL project
Network and protocols
Install curl
Source code
Build curl
Command line basics
Using curl
HTTP with curl
Protocol basics
Responses
Authentication
Ranges
HTTP versions
Conditionals
HTTPS
HTTP POST
Multipart formposts
-d vs -F
Redirects
Modify the HTTP request
HTTP PUT
Cookies
HTTP/2
Alternative Services
HTTP/3
HSTS
HTTP cheat sheet
Scripting browser-like tasks
FTP with curl
Using libcurl
HTTP with libcurl
Bindings
libcurl internals
Index
Powered By
GitBook
HTTP cheat sheet
​
online 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
[email protected]
​
​
​
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
-H "name: value"
-L
--compressed
-k
​
-H "name:"
​
​
​
Previous
HSTS
Next
Scripting browser-like tasks
Last modified
2yr ago
Export as PDF
Copy link
Edit on GitHub