docs/cmdline-opts: add "mutexed" options for more http versions

Update four http version man page sections.

Closes #8254
This commit is contained in:
Daniel Stenberg 2022-01-09 21:34:19 +01:00
parent 3be94d84fc
commit 2a19ad473a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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