From: Daniel Stenberg Date: Sun, 9 Jan 2022 20:34:19 +0000 (+0100) Subject: docs/cmdline-opts: add "mutexed" options for more http versions X-Git-Tag: curl-7_82_0~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a19ad473a9d92cef1afeb2ee3d828017ca1a13d;p=thirdparty%2Fcurl.git docs/cmdline-opts: add "mutexed" options for more http versions Update four http version man page sections. Closes #8254 --- diff --git a/docs/cmdline-opts/http1.0.d b/docs/cmdline-opts/http1.0.d index 84e390055a..2cf70e551f 100644 --- a/docs/cmdline-opts/http1.0.d +++ b/docs/cmdline-opts/http1.0.d @@ -3,7 +3,7 @@ Long: http1.0 Tags: Versions Protocols: HTTP Added: 7.9.1 -Mutexed: http1.1 http2 +Mutexed: http1.1 http2 http2-prior-knowledge http3 Help: Use HTTP 1.0 Category: http Example: --http1.0 $URL diff --git a/docs/cmdline-opts/http1.1.d b/docs/cmdline-opts/http1.1.d index 84b2c59d84..27b7e37734 100644 --- a/docs/cmdline-opts/http1.1.d +++ b/docs/cmdline-opts/http1.1.d @@ -2,10 +2,10 @@ Long: http1.1 Tags: Versions Protocols: HTTP Added: 7.33.0 -Mutexed: http1.0 http2 +Mutexed: http1.0 http2 http2-prior-knowledge http3 Help: Use HTTP 1.1 Category: http Example: --http1.1 $URL -See-also: http1.1 http0.9 +See-also: http1.0 http0.9 --- Tells curl to use HTTP version 1.1. diff --git a/docs/cmdline-opts/http2-prior-knowledge.d b/docs/cmdline-opts/http2-prior-knowledge.d index 4e94467293..71821637ae 100644 --- a/docs/cmdline-opts/http2-prior-knowledge.d +++ b/docs/cmdline-opts/http2-prior-knowledge.d @@ -2,7 +2,7 @@ Long: http2-prior-knowledge Tags: Versions Protocols: HTTP Added: 7.49.0 -Mutexed: http1.1 http1.0 http2 +Mutexed: http1.1 http1.0 http2 http3 Requires: HTTP/2 Help: Use HTTP 2 without HTTP/1.1 Upgrade Category: http diff --git a/docs/cmdline-opts/http2.d b/docs/cmdline-opts/http2.d index 2a85db600d..168b54b2ef 100644 --- a/docs/cmdline-opts/http2.d +++ b/docs/cmdline-opts/http2.d @@ -2,7 +2,7 @@ Long: http2 Tags: Versions Protocols: HTTP Added: 7.33.0 -Mutexed: http1.1 http1.0 http2-prior-knowledge +Mutexed: http1.1 http1.0 http2-prior-knowledge http3 Requires: HTTP/2 See-also: no-alpn Help: Use HTTP 2