aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-09-04 22:28:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-09-04 22:29:38 +0200
commit2eabb7d590aaa14c211e3a306582ff36fc3fc0f5 (patch)
tree4f863237b5cb870e11282d4d78e90df5b0b61726 /docs
parentd707a975f645a2b25edb926f475b9abe94fe830a (diff)
curl: add --http1.1 and --http2.0 options
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.110
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 6d08c50b0..a7e2c6044 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -113,8 +113,14 @@ same command line option.)
Make curl display progress as a simple progress bar instead of the standard,
more informational, meter.
.IP "-0, --http1.0"
-(HTTP) Forces curl to issue its requests using HTTP 1.0 instead of using its
-internally preferred: HTTP 1.1.
+(HTTP) Tells curl to use HTTP version 1.0 instead of using its internally
+preferred: HTTP 1.1.
+.IP "--http1.1"
+(HTTP) Tells curl to use HTTP version 1.1. This is the internal default
+version. (Added in 7.33.0)
+.IP "--http2.0"
+(HTTP) Tells curl to issue its requests using HTTP 2.0. This requires that the
+underlying libcurl was built to support it. (Added in 7.33.0)
.IP "-1, --tlsv1"
(SSL)
Forces curl to use TLS version 1 when negotiating with a remote TLS server.