Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 1504) sorted by relevance

12345678910>>...61

/curl/tests/libtest/
H A Dlib1535.c33 long protocol; in test() local
44 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
51 if(protocol) { in test()
53 __FILE__, __LINE__, protocol); in test()
71 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
78 if(protocol != CURLPROTO_HTTP) { in test()
81 __FILE__, __LINE__, CURLPROTO_HTTP, protocol); in test()
105 if(protocol) { in test()
107 __FILE__, __LINE__, protocol); in test()
126 if(protocol) { in test()
[all …]
H A Dlib1558.c34 long protocol = 0; in test() local
48 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
56 printf("Protocol: %lx\n", protocol); in test()
/curl/tests/data/
H A Dtest146241 file FILE protocol
42 ftp FTP protocol
45 imap IMAP protocol
46 ldap LDAP protocol
48 pop3 POP3 protocol
51 scp SCP protocol
52 sftp SFTP protocol
53 smtp SMTP protocol
54 ssh SSH protocol
55 telnet TELNET protocol
[all …]
H A Dtest28325 # Verify pseudo protocol after the test has been "shot"
33 <protocol>
39 </protocol>
H A Dtest27135 # Verify pseudo protocol after the test has been "shot"
40 <protocol>
46 </protocol>
H A Dtest119619 # error 1 - "Connection Refused, unacceptable protocol version"
45 # These are hexadecimal protocol dumps from the client
52 <protocol>
55 </protocol>
H A Dtest117436 <protocol>
42 </protocol>
43 # unsupported protocol
H A Dtest124235 # Verify pseudo protocol after the test has been "shot"
37 <protocol>
41 </protocol>
H A Dtest33234 # Verify pseudo protocol after the test has been "shot"
39 <protocol>
45 </protocol>
H A Dtest117236 <protocol>
42 </protocol>
43 # unsupported protocol
H A Dtest104936 # Verify pseudo protocol after the test has been "shot"
41 <protocol>
47 </protocol>
H A Dtest109336 # Verify pseudo protocol after the test has been "shot"
41 <protocol>
47 </protocol>
H A Dtest100936 # Verify pseudo protocol after the test has been "shot"
41 <protocol>
47 </protocol>
H A Dtest109442 # Verify pseudo protocol after the test has been "shot"
47 <protocol>
53 </protocol>
H A Dtest28530 # Verify pseudo protocol after the test has been "shot"
38 <protocol>
45 </protocol>
H A Dtest124330 # Verify pseudo protocol after the test has been "shot"
38 <protocol>
42 </protocol>
H A Dtest148040 <protocol>
46 </protocol>
48 # Hyper curl returns unsupported protocol
H A Dtest109931 # Verify pseudo protocol after the test has been "shot"
36 <protocol>
47 </protocol>
H A Dtest100728 # Verify pseudo protocol after the test has been "shot"
36 <protocol>
42 </protocol>
H A Dtest145640 HTTP-IPv6 GET with PROXY protocol
43 -g "http://%HOST6IP:%HTTP6PORT/%TESTNUMBER" --haproxy-protocol
58 <protocol>
65 </protocol>
H A Dtest119136 # These are hexadecimal protocol dumps from the client
43 <protocol>
48 </protocol>
/curl/src/
H A Dtool_cb_soc.c42 int protocol = addr->protocol; in tool_socket_open_mptcp_cb() local
47 if(protocol == IPPROTO_TCP) in tool_socket_open_mptcp_cb()
52 protocol = IPPROTO_MPTCP; in tool_socket_open_mptcp_cb()
57 return socket(addr->family, addr->socktype, protocol); in tool_socket_open_mptcp_cb()
/curl/docs/cmdline-opts/
H A Dhaproxy-protocol.md4 Long: haproxy-protocol
5 Help: Send HAProxy PROXY protocol v1 header
13 - --haproxy-protocol $URL
16 # `--haproxy-protocol`
18 Send a HAProxy PROXY protocol v1 header at the beginning of the connection.
H A Dproto-default.md6 Arg: <protocol>
19 Use *protocol* for any provided URL missing a scheme.
21 An unknown or unsupported protocol causes error *CURLE_UNSUPPORTED_PROTOCOL*.
23 This option does not change the default proxy protocol (http).
25 Without this option set, curl guesses protocol based on the hostname, see
/curl/docs/libcurl/opts/
H A DCURLOPT_DEFAULT_PROTOCOL.md18 CURLOPT_DEFAULT_PROTOCOL - default protocol to use if the URL is missing a
27 char *protocol);
32 This option tells libcurl to use *protocol* if the URL is missing a scheme
35 Use one of these protocol (scheme) names:
40 An unknown or unsupported protocol causes error *CURLE_UNSUPPORTED_PROTOCOL*
42 curl_easy_perform(3) or curl_multi_perform(3) is called. The protocol set
44 curl_version_info(3) if you need a list of protocol names supported by the
47 This option does not change the default proxy protocol (http).
74 /* set the default protocol (scheme) for schemeless URLs */

Completed in 20 milliseconds

12345678910>>...61