Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Sets which HTTP version is used.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Value | Sets the HTTP Version. | 2 |
Returns "OK" on success.
CURL_HTTP_VERSION_NONE | 0 | We don't care about what version the library uses. libcurl will use whatever it thinks fit. |
CURL_HTTP_VERSION_1_0 | 1 | Enforce HTTP 1.0 requests. |
CURL_HTTP_VERSION_1_1 | 2 | Enforce HTTP 1.1 requests. |
CURL_HTTP_VERSION_2_0 | 3 | please use HTTP 2 in the request |
CURL_HTTP_VERSION_2TLS | 4 | use version 2 for HTTPS, version 1.1 for HTTP |
CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE | 5 | please use HTTP 2 without HTTP/1.1 Upgrade |
See also HTTP_VERSION option in CURL manual.
Created 18th August 2014, last changed 29th April 2017
CURL.SetOptionHTTPTransferDecoding - CURL.SetOptionHappyEyeballsTimeOutMS