/curl/docs/libcurl/opts/ |
H A D | CURLOPT_UNRESTRICTED_AUTH.md | 35 when following locations, even when the host changes. This option is 36 meaningful only when setting CURLOPT_FOLLOWLOCATION(3). 38 Further, when this option is not used or set to **0L**, libcurl does not send 48 This option should be used with caution: when curl follows redirects it 57 protection from this happening when libcurl is told to follow redirects.
|
H A D | CURLOPT_AUTOREFERER.md | 34 when it follows a Location: redirect to a new destination. 36 The automatic referer is set to the full previous URL even when redirects are 62 /* set Referer: automatically when following redirects */
|
H A D | CURLOPT_CUSTOMREQUEST.md | 54 Instead of GET or HEAD when performing HTTP based requests. This is 75 Instead of LIST and NLST when performing FTP directory listings. 79 Instead of LIST when issuing IMAP based requests. 83 Instead of LIST and RETR when issuing POP3 based requests. 89 CURLOPT_NOBODY(3) should be used when specifying commands such as 94 Instead of a **HELP** or **VRFY** when issuing SMTP based requests.
|
H A D | CURLOPT_IGNORE_CONTENT_LENGTH.md | 36 curl cannot accurately report progress, and it instead stops the download when 39 It is also useful with FTP when for example the file is growing while the 74 This option is not working for HTTP when libcurl is built to use the hyper
|
H A D | CURLINFO_EARLYDATA_SENT_T.md | 36 TLS early data is only attempted when CURLSSLOPT_EARLYDATA is set for the 37 transfer. In addition, it is only used by libcurl when a TLS session exists 40 The amount is **negative** when the sent data was rejected
|
H A D | CURLMOPT_TIMERFUNCTION.md | 37 even when there is no activity on the file descriptors. 44 If this callback is called when a timer is already running, this new expire 51 The **timer_callback** is called when the timeout expire time is changed. 62 **WARNING:** do not call libcurl directly from within the callback itself when
|
H A D | CURLOPT_TLS13_CIPHERS.md | 85 OpenSSL support added in 7.61.0, available when built with OpenSSL \>= 1.1.1. 86 LibreSSL support added in 8.3.0, available when built with LibreSSL \>= 3.4.1. 88 mbedTLS support added in 8.10.0, available when built with mbedTLS \>= 3.6.0.
|
H A D | CURLOPT_PROXY_TLS13_CIPHERS.md | 85 OpenSSL support added in 7.61.0, available when built with OpenSSL \>= 1.1.1. 86 LibreSSL support added in 8.3.0, available when built with LibreSSL \>= 3.4.1. 88 mbedTLS support added in 8.10.0, available when built with mbedTLS \>= 3.6.0.
|
H A D | CURLOPT_IOCTLFUNCTION.md | 47 This callback function gets called by libcurl when something special 50 rewinding of the read data stream may be necessary when doing an HTTP PUT or 61 parameter is ignored when seeking.
|
/curl/.github/ |
H A D | stale.yml | 13 # Label to use when marking an issue as stale 15 # Comment to post when marking an issue as stale. Set to `false` to disable 20 # Comment to post when closing a stale issue. Set to `false` to disable
|
/curl/docs/cmdline-opts/ |
H A D | aws-sigv4.md | 22 The provider argument is a string that is used by the algorithm when creating 26 a resources collection (region-code) when the region name is omitted from 30 (service-code) when the service name is omitted from the endpoint.
|
H A D | post303.md | 20 Violate RFC 7231/6.4.4 and do not convert POST requests into GET requests when 22 303 redirection. This option is meaningful only when using --location.
|
H A D | request.md | 20 Change the method to use when starting the transfer. 26 Specifies a custom request method to use when communicating with the HTTP 41 if you for example use --location may cause unintended side-effects when curl 46 Specifies a custom FTP command to use instead of *LIST* when doing file lists
|
H A D | post301.md | 20 Respect RFC 7231/6.4.2 and do not convert POST requests into GET requests when 24 option is meaningful only when using --location.
|
H A D | post302.md | 20 Respect RFC 7231/6.4.3 and do not convert POST requests into GET requests when 24 option is meaningful only when using --location.
|
H A D | ca-native.md | 23 directory, but when using this option it interfaces the operating system's own 26 This option works for curl on Windows when built to use OpenSSL, wolfSSL
|
H A D | proxy-ca-native.md | 23 when using this option it interfaces the operating system's own vault. 25 This option works for curl on Windows when built to use OpenSSL, wolfSSL
|
H A D | parallel.md | 25 ones when earlier transfers finish. 27 With parallel transfers, the progress meter output is different than when
|
H A D | proxy-tls13-ciphers.md | 23 Specify which cipher suites to use in the connection to your HTTPS proxy when 29 This option is used when curl is built to use OpenSSL 1.1.1 or later,
|
/curl/tests/data/ |
H A D | test421 | 20 referrer-policy: strict-origin-when-cross-origin 32 referrer-policy: strict-origin-when-cross-origin 70 "referrer-policy":["strict-origin-when-cross-origin","strict-origin-when-cross-origin"],
|
/curl/docs/ |
H A D | curl-config.md | 37 Set of compiler options (CFLAGS) to use when compiling files that use 49 Displays the arguments given to configure when building curl. 69 This is the prefix used when libcurl was installed. Libcurl is then installed 83 Lists the SSL backends that were enabled when libcurl was built. It might be 106 What linker options do I need when I link with libcurl? 110 What compiler options do I need when I compile using libcurl functions?
|
/curl/docs/libcurl/ |
H A D | curl_url_get.md | 71 The query component also gets plus-to-space conversion as a bonus when this 82 If set, curl_url_get(3) URL encodes the hostname part when a full URL is 87 Note that even when not asking for URL encoding, the '%' (byte 37) is URL 120 query and fragments parts or when used in the full URL. By default, libcurl 132 if it was set as a result of a previous guess; when CURLU_GUESS_SCHEME was 135 Using this flag when getting CURLUPART_SCHEME if the scheme was set as the 138 Using this flag when getting CURLUPART_URL if the scheme was set as the result 170 userinfo part. It is only recognized/used when parsing URLs for the following 172 this field independently of scheme when not parsing full URLs. 180 IPv6 names are normalized when set, which should make them as short as [all …]
|
H A D | curl_version_info.md | 60 /* when 'age' is CURLVERSION_SECOND or higher, the members below exist */ 64 /* when 'age' is CURLVERSION_THIRD or higher, the members below exist */ 67 /* when 'age' is CURLVERSION_FOURTH or higher (>= 7.16.1), the members 73 /* when 'age' is CURLVERSION_FIFTH or higher (>= 7.57.0), the members 79 /* when 'age' is CURLVERSION_SIXTH or higher (>= 7.66.0), the members 88 /* when 'age' is CURLVERSION_SEVENTH or higher (>= 7.70.0), the members 94 /* when 'age' is CURLVERSION_EIGHTH or higher (>= 7.71.0), the members 99 /* when 'age' is CURLVERSION_NINTH or higher (>= 7.75.0), the members 102 /* when 'age' is CURLVERSION_TENTH or higher (>= 7.77.0), the members 105 /* when 'age' is CURLVERSION_ELEVENTH or higher (>= 7.87.0), the members [all …]
|
H A D | curl_global_init.md | 52 call this function when any other thread in the program (i.e. a thread sharing 93 behaviors. This option exists for when the initialization is handled outside 109 Before 7.69.0: when this flag is set, curl acknowledges EINTR condition when 110 connecting or when waiting for data. Otherwise, curl waits until full timeout
|
H A D | curl_global_trace.md | 42 If this is not thread-safe, you must not call this function when any other 60 silently ignored, outdated log configurations does not cause errors when 80 Tracing of FTP operations when this protocol is enabled in your build. 92 Involved when transfers are tunneled through an HTTP proxy. "h1-proxy" or 110 Tracing of SMTP operations when this protocol is enabled in your build. 118 Tracing of WebSocket operations when this protocol is enabled in your build.
|