Home
last modified time | relevance | path

Searched refs:using (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/curl/docs/libcurl/opts/
H A DCURLSHOPT_SHARE.md40 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 DCURLOPT_USE_SSL.md21 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 DCURLOPT_USERPWD.md33 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 DCURLSHOPT_UNSHARE.md41 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 DCURLOPT_POST.md38 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 DCURLOPT_HTTPGET.md32 using GET. Usable if a POST, HEAD, PUT, etc has been used previously using the
H A DCURLOPT_TIMEOUT.md43 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 Dlibcurl-share.md47 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 Dlibcurl-easy.md25 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 Dcurl_mime_init.md34 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 Dcurl_share_init.md32 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 Dform-escape.md5 Help: Escape form fields using backslash
18 Pass on names of multipart form fields and files using backslash-escaping
H A Ddisable-eprt.md5 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 Dftp-alternative-to-user.md21 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 Dexpect100-timeout.md24 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 Dproxy-cert.md21 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 Dlocation.md30 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 Dconnect-timeout.md24 to be provided using a dot (.) as decimal separator - not the local version
25 even if it might be using another separator.
H A Dcapath.md24 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 Dmax-time.md29 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 Dproxy-capath.md26 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 Dproxy-insecure.md24 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 Dtest51035 send HTTP POST using read callback, using chunked transfer-encoding
H A Dtest45935 config file with argument using whitespace missing quotes
60 Warning: This may cause side-effects. Consider using double quotes?
H A Dtest7329 HTTP, receive cookies when using custom Host:, domain using only two dots

Completed in 46 milliseconds

12345678910>>...19