mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
curl.h: add CURL_HTTP_VERSION_2
The protocol is named "HTTP/2" after all. It is an alias for the existing CURL_HTTP_VERSION_2_0 enum.
This commit is contained in:
parent
1ce14037c0
commit
3587da9e7c
2 changed files with 6 additions and 0 deletions
|
|
@ -671,6 +671,7 @@ CURL_GLOBAL_WIN32 7.8.1
|
|||
CURL_HTTP_VERSION_1_0 7.9.1
|
||||
CURL_HTTP_VERSION_1_1 7.9.1
|
||||
CURL_HTTP_VERSION_2_0 7.33.0
|
||||
CURL_HTTP_VERSION_2 7.43.0
|
||||
CURL_HTTP_VERSION_NONE 7.9.1
|
||||
CURL_IPRESOLVE_V4 7.10.8
|
||||
CURL_IPRESOLVE_V6 7.10.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue