mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +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
|
|
@ -91,6 +91,7 @@ const struct NameValue setopt_nv_CURL_HTTP_VERSION[] = {
|
|||
NV(CURL_HTTP_VERSION_2_0),
|
||||
NV(CURL_HTTP_VERSION_2TLS),
|
||||
NV(CURL_HTTP_VERSION_3),
|
||||
NV(CURL_HTTP_VERSION_3ONLY),
|
||||
NVEND,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue