Lines Matching refs:libcurl
16 libcurl uses this 3rd party library for the low level protocol handling
26 If `CURLOPT_HTTP_VERSION` is set to `CURL_HTTP_VERSION_2_0`, libcurl will
30 Possibly we can later introduce an option that will cause libcurl to fail if
31 not possible to upgrade. Possibly we introduce an option that makes libcurl
37 If `CURLOPT_HTTP_VERSION` is set to `CURL_HTTP_VERSION_2_0`, libcurl will use
39 an option that will cause libcurl to fail if not possible to use HTTP/2.
41 `CURL_HTTP_VERSION_2TLS` was added in 7.47.0 as a way to ask libcurl to prefer
71 Starting in 7.43.0, libcurl fully supports HTTP/2 multiplexing, which is the
76 `CURLMOPT_PIPELINING` to `CURLPIPE_MULTIPLEX`. With that bit set, libcurl will
80 While libcurl sets up a connection to a HTTP server there is a period during
82 transfers in that period, libcurl will default to start new connections for
108 The command line tool won't do any HTTP/2 multiplexing even though libcurl
110 the libcurl API that's necessary for this (the multi interface). We have an
123 can use that hint to create a new connection asynchronously. For libcurl, we