Home
last modified time | relevance | path

Searched refs:client (Results 1726 – 1750 of 1812) sorted by relevance

1...<<61626364656667686970>>...73

/curl/docs/libcurl/opts/
H A DCURLOPT_RTSP_REQUEST.md49 When sent by a client, this method changes the description of the session. For
50 example, if a client is using the server to record a meeting, the client can
H A DCURLOPT_SSL_FALSESTART.md33 handshake. False start is a mode where a TLS client starts sending application
H A DCURLINFO_RETRY_AFTER.md32 HTTP server suggests the client should wait until the next request is
H A DCURLOPT_FTP_ALTERNATIVE_TO_USER.md35 Tumbleweed's Secure Transport FTPS server using client certificates for
H A DCURLOPT_SSL_EC_CURVES.md34 algorithms. This option defines the client's key exchange algorithms in the
H A DCURLOPT_HSTS_CTRL.md35 the client to not contact it again over clear-text HTTP for a certain period
H A DCURLOPT_TRANSFER_ENCODING.md40 client. Traditionally, Transfer-Encoding has been much less used and supported
H A DCURLOPT_PROXY_SSL_OPTIONS.md83 Tell libcurl to automatically locate and use a client certificate for
87 certificate that supports client authentication in the OS certificate store it
H A DCURLOPT_SSL_OPTIONS.md81 Tell libcurl to automatically locate and use a client certificate for
85 certificate that supports client authentication in the OS certificate store it
/curl/tests/data/
H A Dtest25950 <client>
72 </client>
H A Dtest65216 <client>
33 </client>
H A Dtest146524 <client>
41 </client>
H A Dtest25854 <client>
76 </client>
H A Dtest163246 <client>
61 </client>
H A Dtest2023104 <client>
118 </client>
H A Dtest156160 <client>
77 </client>
H A Dtest4636 <client>
73 </client>
H A Dtest140621 <client>
44 </client>
H A Dtest140127 <client>
46 </client>
H A Dtest140528 <client>
41 </client>
H A Dtest820 <client>
87 </client>
/curl/docs/cmdline-opts/
H A Danyauth.md27 require data to be sent twice and then the client must be able to rewind. If
H A Dcert.md22 Use the specified client certificate file when getting a file with HTTPS, FTPS
27 client certificate concatenated. See --cert and --key to specify them
/curl/lib/
H A Dcf-h1-proxy.c582 hyper_clientconn *client = NULL; in start_CONNECT() local
651 client = hyper_task_value(task); in start_CONNECT()
758 sendtask = hyper_clientconn_send(client, req); in start_CONNECT()
773 hyper_clientconn_free(client); in start_CONNECT()
774 client = NULL; in start_CONNECT()
785 if(client) in start_CONNECT()
786 hyper_clientconn_free(client); in start_CONNECT()
/curl/tests/
H A Dftpserver.pl770 my ($client) = @_;
776 if(!$client) {
777 $client = "[127.0.0.1]";
784 push @data, "$smtp_type pingpong test server Hello $client";
820 $smtp_client = $client;
826 my ($client) = @_;
830 if(!$client) {
831 $client = "[127.0.0.1]";
838 sendcontrol "250 $smtp_type pingpong test server Hello $client\r\n";
841 $smtp_client = $client;

Completed in 84 milliseconds

1...<<61626364656667686970>>...73