mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:33:44 +03:00
src: add --http3-only
Warning: --http3 and --http3-only are subject to change again (or be removed) before HTTP/3 support goes non-experimental. Closes #10264
This commit is contained in:
parent
a56d2b0b94
commit
13991d60ee
7 changed files with 66 additions and 13 deletions
|
|
@ -282,6 +282,9 @@ const struct helptxt helptext[] = {
|
|||
{" --http3",
|
||||
"Use HTTP v3",
|
||||
CURLHELP_HTTP},
|
||||
{" --http3-only",
|
||||
"Use HTTP v3 only",
|
||||
CURLHELP_HTTP},
|
||||
{" --ignore-content-length",
|
||||
"Ignore the size of the remote resource",
|
||||
CURLHELP_HTTP | CURLHELP_FTP},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue