X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FClient%2FCurl.md;h=3e4f3d7bf3b65845a7cf804ddbfad83cb9a27358;hb=9620c25e36f35fce0b77dedeedd97b6125b257ed;hp=eefb02dfabc6d7f9d4aaea8aff98ddec2c948225;hpb=4f57c61489737869d5c6aa0a5688a04a467536c2;p=mdref%2Fmdref-http diff --git a/http/Client/Curl.md b/http/Client/Curl.md index eefb02d..3e4f3d7 100644 --- a/http/Client/Curl.md +++ b/http/Client/Curl.md @@ -21,7 +21,9 @@ The http\Client\Curl namespace holds option value constants specific to the curl * HTTP_VERSION_1_1 Use HTTP/1.1 protocol version. * HTTP_VERSION_2_0 - Use HTTP/2 protocol version. Available if libcurl is v7.33.0 or more recent and was built with nghttp2 support. + Attempt to use HTTP/2 protocol version. Available if libcurl is v7.33.0 or more recent and was built with nghttp2 support. +* HTTP_VERSION_2TLS + Attempt to use version 2 for HTTPS, version 1.1 for HTTP. Available if libcurl is v7.47.0 or more recent and was built with nghttp2 support. * HTTP_VERSION_ANY Use any HTTP protocol version. @@ -44,7 +46,7 @@ The http\Client\Curl namespace holds option value constants specific to the curl ### TLS Auth Types -* TLS_AUTH_SRP +* TLSAUTH_SRP Use TLS SRP authentication. Available if libcurl is v7.21.4 or more recent and was built with gnutls or openssl with TLS-SRP support. ### DNS IP Version