Searched refs:using (Results 1 – 25 of 466) sorted by relevance
12345678910>>...19
/curl/docs/libcurl/opts/ |
H A D | CURLSHOPT_SHARE.md | 40 Cookie data is shared across the easy handles using this shared object. Note 42 separately by using CURLOPT_COOKIEFILE(3) for example. 48 Cached DNS hosts are shared across the easy handles using this shared 50 the same multi handle share DNS cache by default without using this option. 54 SSL session IDs are shared across the easy handles using this shared 64 Put the connection cache in the share object and make all easy handles using 72 in different threads using a shared connection. 78 multi handle shares connection cache by default without using this option. 89 multi handle shares PSL cache by default without using this option.
|
H A D | CURLOPT_USE_SSL.md | 21 CURLOPT_USE_SSL - request using SSL / TLS for the transfer 33 Pass a long using one of the values from below, to make libcurl use your 37 using the STARTTLS command. 47 Try using SSL, proceed as normal otherwise. Note that server may close the
|
H A D | CURLOPT_USERPWD.md | 33 When using Kerberos V5 authentication with a Windows based server, you should 38 When using NTLM, the username can be specified simply as the username without 48 When using HTTP and CURLOPT_FOLLOWLOCATION(3), libcurl might perform several 50 password information to hosts using the initial hostname (unless 60 in a username containing a colon using this option. Use CURLOPT_USERNAME(3)
|
H A D | CURLSHOPT_UNSHARE.md | 41 Cookie data is no longer shared across the easy handles using this shared 46 Cached DNS hosts are no longer shared across the easy handles using this 51 SSL session IDs are no longer shared across the easy handles using this shared
|
H A D | CURLOPT_POST.md | 38 Optionally, you can provide data to POST using the 41 NULL. When providing data with a callback, you must transmit it using chunked 63 If you issue a POST request and then want to make a HEAD or GET using the same 64 reused handle, you must explicitly set the new request type using
|
H A D | CURLOPT_HTTPGET.md | 32 using GET. Usable if a POST, HEAD, PUT, etc has been used previously using the
|
H A D | CURLOPT_TIMEOUT.md | 43 times. That is especially apparent when using the multi interface, which may 45 CURLOPT_LOW_SPEED_LIMIT(3), CURLOPT_LOW_SPEED_TIME(3) or using 58 calls on builds not using asynch DNS. In Unix-like systems, this might cause
|
/curl/docs/libcurl/ |
H A D | libcurl-share.md | 47 You tell the shared object what data you want it to share by using 52 using this multi-threaded. You set lock and unlock functions with 60 To make an easy handle stop using that particular share, you set 64 When you are done using the share, make sure that no easy handle is still using
|
H A D | libcurl-easy.md | 25 When using libcurl's "easy" interface you init your session and get a handle 43 clone of an easy handle (with all its set options) using 46 When all is setup, you tell libcurl to perform the transfer using 53 immediately, but instead run ahead and perform other transfers using the same
|
H A D | curl_mime_init.md | 34 This mime structure can be subsequently filled using the mime API, then 35 attached to some easy handle using option CURLOPT_MIMEPOST(3) within 37 handle's part using curl_mime_subparts(3).
|
H A D | curl_share_init.md | 32 call to curl_share_cleanup(3) when all operations using the share are 35 This *share handle* is what you pass to curl using the
|
/curl/docs/cmdline-opts/ |
H A D | form-escape.md | 5 Help: Escape form fields using backslash 18 Pass on names of multipart form fields and files using backslash-escaping
|
H A D | disable-eprt.md | 5 Help: Inhibit using EPRT or LPRT 20 Curl normally first attempts to use EPRT before using PORT, but with this 28 If the server is accessed using IPv6, this option has no effect as EPRT is
|
H A D | ftp-alternative-to-user.md | 21 When connecting to Tumbleweed's Secure Transport server over FTPS using a 22 client certificate, using "SITE AUTH" tells the server to retrieve the
|
H A D | expect100-timeout.md | 24 The decimal value needs to be provided using a dot (`.`) as decimal separator - 25 not the local version even if it might be using another separator.
|
H A D | proxy-cert.md | 21 proxy. The certificate must be in PKCS#12 format if using Secure Transport, or 22 PEM format if using any other engine. If the optional password is not
|
H A D | location.md | 30 Limit the amount of redirects to follow by using the --max-redirs option. 34 response code was any other 3xx code, curl resends the following request using 38 using the dedicated options for that: --post301, --post302 and --post303.
|
H A D | connect-timeout.md | 24 to be provided using a dot (.) as decimal separator - not the local version 25 even if it might be using another separator.
|
H A D | capath.md | 24 directory must have been processed using the c_rehash utility supplied with 26 much more efficiently than using --cacert if the --cacert file contains many
|
H A D | max-time.md | 29 The decimal value needs to be provided using a dot (.) as decimal separator - 30 not the local version even if it might be using another separator.
|
H A D | proxy-capath.md | 26 directory must have been processed using the c_rehash utility supplied with 28 SSL-connections much more efficiently than using --proxy-cacert if the
|
H A D | proxy-insecure.md | 24 When this option is not used for a proxy using HTTPS, curl verifies the 30 **WARNING**: using this option makes the transfer to the proxy insecure.
|
/curl/tests/data/ |
H A D | test510 | 35 send HTTP POST using read callback, using chunked transfer-encoding
|
H A D | test459 | 35 config file with argument using whitespace missing quotes 60 Warning: This may cause side-effects. Consider using double quotes?
|
H A D | test73 | 29 HTTP, receive cookies when using custom Host:, domain using only two dots
|
Completed in 26 milliseconds
12345678910>>...19