• Stars
    star
    353
  • Rank 120,322 (Top 3 %)
  • Language
  • Created about 9 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

curl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
C
31,356
star
2

trurl

trurl is a command line tool for URL parsing and manipulation.
C
3,084
star
3

everything-curl

The book documenting the curl project, the curl tool, libcurl and more. Simply put: everything curl.
Perl
2,043
star
4

curl-for-win

Reproducible curl binaries for Linux, macOS and Windows
Shell
684
star
5

doh

stand-alone application for DoH (DNS-over-HTTPS) name resolves and lookups
C
367
star
6

h2c

headers 2 curl. Provided a set of HTTP request headers, output the curl command line for generating that set. Try the converter online at
Perl
258
star
7

wcurl

a simple wrapper around curl to easily download files
Shell
245
star
8

curl-docker

official docker image for curl
Makefile
167
star
9

curl-www

The curl.se website
HTML
100
star
10

curl-fuzzer

Quality assurance testing for the curl project
C++
82
star
11

curl-container

curl images
Shell
60
star
12

stats

Scripts for generating project statistics and for plotting them as graphs.
Perl
59
star
13

curl-up

All things related to the curl up conference series
41
star
14

fcurl

fcurl - fopen, fread, fwrite style functions for URL operations using libcurl
C
35
star
15

relative

Tools to measure libcurl performance delta between versions
C
16
star
16

build-images

repository for curl build images
Shell
11
star
17

curl.dev

The curl.dev website
HTML
10
star