Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/curl/docs/libcurl/opts/
H A DCURLOPT_UNRESTRICTED_AUTH.md35 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 DCURLOPT_AUTOREFERER.md34 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 DCURLOPT_CUSTOMREQUEST.md54 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 DCURLOPT_IGNORE_CONTENT_LENGTH.md36 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 DCURLINFO_EARLYDATA_SENT_T.md36 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 DCURLMOPT_TIMERFUNCTION.md37 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 DCURLOPT_TLS13_CIPHERS.md85 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 DCURLOPT_PROXY_TLS13_CIPHERS.md85 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 DCURLOPT_IOCTLFUNCTION.md47 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 Dstale.yml13 # 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 Daws-sigv4.md22 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 Dpost303.md20 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 Drequest.md20 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 Dpost301.md20 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 Dpost302.md20 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 Dca-native.md23 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 Dproxy-ca-native.md23 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 Dparallel.md25 ones when earlier transfers finish.
27 With parallel transfers, the progress meter output is different than when
H A Dproxy-tls13-ciphers.md23 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 Dtest42120 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 Dcurl-config.md37 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 Dcurl_url_get.md71 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 Dcurl_version_info.md60 /* 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 Dcurl_global_init.md52 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 Dcurl_global_trace.md42 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.

Completed in 21 milliseconds

12345678910>>...17