Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 25 of 81) sorted by relevance

1234

/curl/tests/
H A Ddevtest.pl93 @protocols = split(' ', lc($line));
99 push @protocols, map(("$_-ipv6", "$_-unix"), @protocols);
102 push @protocols, 'http-proxy';
105 push @protocols, 'none';
173 @protocols = split(",", $ARGV[0]);
175 print "Set " . scalar @protocols . " protocols\n";
H A Dglobalconfig.pm67 @protocols
117 our @protocols; # array of lowercase supported protocol servers
/curl/docs/cmdline-opts/
H A Dproto.md5 Arg: <protocols>
19 Limit what protocols to allow for transfers. Protocols are evaluated left to
24 Permit this protocol in addition to protocols already permitted (this is
28 Deny this protocol, removing it from the list of protocols already permitted.
37 For example: --proto -ftps uses the default protocols, but disables ftps
43 Unknown and disabled protocols produce a warning. This allows scripts to
44 safely rely on being able to disable potentially dangerous protocols, without
48 as concatenating the protocols into one instance of the option.
H A Dproto-redir.md5 Arg: <protocols>
18 Limit what protocols to allow on redirects. Protocols denied by --proto are
19 not overridden by this option. See --proto for how protocols are represented.
26 (added in 7.65.2). Specifying *all* or *+all* enables all protocols on
H A Dinsecure.md25 When this option is not used for protocols using TLS, curl verifies the
38 When curl uses secure protocols it trusts responses and allows for example
H A Dcreate-file-mode.md20 protocols, this option allows the user to set which 'mode' to set on the file
H A Dshow-headers.md21 non-HTTP protocols, the "headers" are other server communication.
/curl/tests/data/
H A Dtest200437 for several protocols
63 for several protocols
65 for several protocols
67 for several protocols
69 for several protocols
71 for several protocols
H A Dtest170683 Arg: <protocols>
126 as concatenating the protocols into one instance of the option.
133 alternative proxy protocols. (Added in 7.21.7)
207 --proto <protocols>
215 Permit this protocol in addition to protocols already
220 Deny this protocol, removing it from the list of protocols
228 -ftps uses the default protocols, but disables ftps
234 Unknown and disabled protocols produce a warning. This allows
236 dangerous protocols, without relying upon support for that
240 effect is the same as concatenating the protocols into one
[all …]
H A Dtest101320 Compare curl --version with curl-config --protocols
26 %SRCDIR/libtest/test%TESTNUMBER.pl ../curl-config %LOGDIR/stdout%TESTNUMBER protocols
H A Dtest170533 supports these protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS,
87 Arg: <protocols>
106 Permit this protocol in addition to protocols already permitted (this is
119 For example: --proto -ftps uses the default protocols, but disables ftps
125 Unknown and disabled protocols produce a warning. This allows scripts to
130 as concatenating the protocols into one instance of the option.
137 alternative proxy protocols. (Added in 7.21.7)
242 .IP "\-\-proto <protocols>"
248 Permit this protocol in addition to protocols already permitted (this is
269 as concatenating the protocols into one instance of the option.
[all …]
H A Dtest147427 --proto -all disables all protocols
H A Dtest44546 Refuse tunneling protocols through HTTP proxy
/curl/docs/libcurl/opts/
H A DCURLOPT_PROTOCOLS.md18 CURLOPT_PROTOCOLS - allowed protocols
32 available protocols!
35 limits what protocols libcurl may use in the transfer. This allows you to have
36 a libcurl built to support a wide range of protocols but still limit specific
38 accepts all protocols it supports (*CURLPROTO_ALL*). See also
75 All protocols built-in.
H A DCURLOPT_PROTOCOLS_STR.md20 CURLOPT_PROTOCOLS_STR - allowed protocols
35 protocols but still limit specific transfers to only be allowed to use a
36 subset of them. By default, libcurl accepts all protocols it was built with
42 These are the available protocols:
48 You can set "ALL" as a short-cut to enable all protocols. Note that by setting
49 all, you may enable protocols that were not supported the day you write this
52 curl_version_info(3) can be used to get a list of all supported protocols in
61 All protocols built-in
H A DCURLOPT_REDIR_PROTOCOLS.md19 CURLOPT_REDIR_PROTOCOLS - protocols allowed to redirect to
33 control all available protocols!
36 limits what protocols libcurl may use in a transfer that it follows to in a
38 limit specific transfers to only be allowed to use a subset of protocols in
45 *CURLPROTO_ALL* enables all protocols on redirect, including those
84 Older versions defaulted to all protocols except FILE, SCP and since 7.40.0
H A DCURLOPT_REDIR_PROTOCOLS_STR.md20 CURLOPT_REDIR_PROTOCOLS_STR - protocols allowed to redirect to
34 insensitive protocol names (URL schemes). That list limits what protocols
37 specific transfers to only be allowed to use a subset of protocols in
46 These are the available protocols:
52 You can set "ALL" as a short-cut to enable all protocols. Note that by setting
53 all, you may enable protocols that were not supported the day you write this
69 Older versions defaulted to all protocols except FILE, SCP and since 7.40.0
H A DCURLOPT_URL.md58 curl_version_info(3) for detailed information of which protocols are supported
61 CURLOPT_PROTOCOLS_STR(3) can be used to limit what protocols libcurl may
115 Accepting external URLs may also use other protocols than http:// or other
119 (possibly to other protocols too). Consider your
/curl/
H A Dcurl-config.in53 --protocols newline separated list of enabled protocols
91 --protocols)
/curl/docs/examples/
H A Dprotofeats.c44 for(ptr = ver->protocols; *ptr; ++ptr) in main()
/curl/scripts/
H A Dmanagen235 sub protocols { subroutine
500 my $protocols;
550 $protocols=$1;
678 if($protocols) {
679 push @leading, protocols($manpage, $standalone, $protocols);
874 my $protocols;
904 $protocols=$1;
921 $protolong{$long}=$protocols;
/curl/docs/
H A Dcurl-config.md73 ## --protocols
75 Lists what particular protocols the installed libcurl was built to support. At
78 protocols are listed using uppercase and are separated by newlines. There may
79 be none, one, or several protocols in the list. (Added in 7.13.0)
/curl/src/
H A Dtool_libinfo.c148 if(curlinfo->protocols) { in get_libcurl_info()
151 built_in_protos = curlinfo->protocols; in get_libcurl_info()
/curl/docs/libcurl/
H A Dlibcurl.m443 # where yyy are the various protocols supported by libcurl. Both xxx
47 # defined to 'yes' for those features and protocols that were found.
57 # include this script! Without curl-config, we can only guess what protocols
146 # Is it modern enough to have --protocols? (7.12.4)
148 _libcurl_protocols=`$_libcurl_config --protocols`
223 # We do not have --protocols, so just assume that all
224 # protocols are available
/curl/tests/libtest/
H A Dlib1597.c85 for(proto = curlinfo->protocols; *proto; proto++) { in test()

Completed in 29 milliseconds

1234