Home
last modified time | relevance | path

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

12345678910>>...17

/curl/docs/libcurl/opts/
H A DCURLOPT_UNRESTRICTED_AUTH.md33 authentication (user+password) credentials when following locations, even when
34 hostname changed. This option is meaningful only when setting
37 Further, when this option is not used or set to **0L**, libcurl does not
45 This option should be used with caution: when curl follows redirects it
H A DCURLOPT_AUTOREFERER.md33 when it follows a Location: redirect to a new destination.
35 The automatic referer is set to the full previous URL even when redirects are
59 /* set Referer: automatically when following redirects */
H A DCURLOPT_CUSTOMREQUEST.md49 Instead of GET or HEAD when performing HTTP based requests. This is
70 Instead of LIST and NLST when performing FTP directory listings.
74 Instead of LIST when issuing IMAP based requests.
78 Instead of LIST and RETR when issuing POP3 based requests.
84 CURLOPT_NOBODY(3) should be used when specifying commands such as
89 Instead of a **HELP** or **VRFY** when issuing SMTP based requests.
H A DCURLOPT_IGNORE_CONTENT_LENGTH.md35 curl cannot accurately report progress, and it instead stops the download when
38 It is also useful with FTP when for example the file is growing while the
68 for HTTP when libcurl is built to use the hyper backend.
H A DCURLOPT_FORBID_REUSE.md30 connection when done with the transfer. Normally, libcurl keeps all
31 connections alive when done with one transfer in case a succeeding one follows
H A DCURLOPT_IOCTLFUNCTION.md46 This callback function gets called by libcurl when something special
49 rewinding of the read data stream may be necessary when doing an HTTP PUT or
60 parameter is ignored when seeking.
H A DCURLOPT_COOKIEJAR.md30 all internally known cookies to the specified file when
40 If the cookie jar file cannot be created or written to (when the
66 /* export cookies to this file when closing the handle */
H A DCURLINFO_EFFECTIVE_METHOD.md34 In cases when you have asked libcurl to follow redirects, the method may not be
38 free - it gets freed when you call curl_easy_cleanup(3) on the
H A DCURLINFO_EFFECTIVE_URL.md31 In cases when you have asked libcurl to follow redirects, it may not be the same
35 - it gets freed when you call curl_easy_cleanup(3) on the corresponding
H A DCURLOPT_TRANSFERTEXT.md29 stdout to binary mode. This option can be usable when transferring text data
33 libcurl does not do a complete ASCII conversion when doing ASCII transfers
/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.md22 directory, but when using this option it interfaces the operating system's own
25 This option works for curl on Windows when built to use OpenSSL, wolfSSL
H A Dproxy-tls13-ciphers.md21 Specify which cipher suites to use in the connection to your HTTPS proxy when
27 This option is currently used only when curl is built to use OpenSSL 1.1.1 or
H A Dproxy-ca-native.md22 when using this option it interfaces the operating system's own vault.
24 This option works for curl on Windows when built to use OpenSSL, wolfSSL
H A Dfail.md22 scripts and users to better deal with failed attempts. In normal cases when an
28 response codes slip through, especially when authentication is involved
H A Dretry.md18 If a transient error is returned when curl tries to perform a transfer, it
31 when to issue the next retry (added in 7.66.0).
/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.md36 Set of compiler options (CFLAGS) to use when compiling files that use
48 Displays the arguments given to configure when building curl.
68 This is the prefix used when libcurl was installed. Libcurl is then installed
82 Lists the SSL backends that were enabled when libcurl was built. It might be
105 What linker options do I need when I link with libcurl?
109 What compiler options do I need when I compile using libcurl functions?
/curl/docs/libcurl/
H A Dcurl_version_info.md59 /* when 'age' is CURLVERSION_SECOND or higher, the members below exist */
63 /* when 'age' is CURLVERSION_THIRD or higher, the members below exist */
66 /* when 'age' is CURLVERSION_FOURTH or higher (>= 7.16.1), the members
72 /* when 'age' is CURLVERSION_FIFTH or higher (>= 7.57.0), the members
78 /* when 'age' is CURLVERSION_SIXTH or higher (>= 7.66.0), the members
87 /* when 'age' is CURLVERSION_SEVENTH or higher (>= 7.70.0), the members
93 /* when 'age' is CURLVERSION_EIGHTH or higher (>= 7.71.0), the members
98 /* when 'age' is CURLVERSION_NINTH or higher (>= 7.75.0), the members
101 /* when 'age' is CURLVERSION_TENTH or higher (>= 7.77.0), the members
104 /* when 'age' is CURLVERSION_ELEVENTH or higher (>= 7.87.0), the members
[all …]
H A Dcurl_global_init.md51 If this is not thread-safe, you must not call this function when any other
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

Completed in 71 milliseconds

12345678910>>...17