Lines Matching +full:- +full:- +full:disable +full:- +full:proxy
11 # Client-side
28 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
29 <!-- SPDX-License-Identifier: curl -->
37 curl is powered by libcurl for all transfer-related features. See
41 ---
43 SPDX-License-Identifier: curl
46 Mutexed: trace trace-ascii
52 See-also:
53 - include
54 - silent
55 - trace
56 - trace-ascii
58 - --verbose $URL
59 ---
61 # `--verbose`
68 If you only want HTTP headers in the output, --include or --dump-header might
72 --trace or --trace-ascii instead.
79 ---
81 SPDX-License-Identifier: curl
84 Help: Enable/disable PROTOCOLS
88 See-also:
89 - fakeitreal
90 - proto-default
92 - --proto =http,https,sftp $URL
93 ---
95 # `--proto`
105 ## -
115 For example: --proto -ftps uses the default protocols, but disables ftps
117 --proto -all,https,+http only enables http and https
119 --proto =http,https also only enables http and https
122 safely rely on being able to disable potentially dangerous protocols, without
129 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
130 <!-- SPDX-License-Identifier: curl -->
131 # PROXY PROTOCOL PREFIXES
132 The proxy string may be specified with a protocol:// prefix to specify
133 alternative proxy protocols. (Added in 7.21.7)
135 If no protocol is specified in the proxy string or if the string does not
136 match a supported one, the proxy is treated as an HTTP proxy.
138 The supported proxy protocol prefixes are as follows:
140 Makes it use it as an HTTP proxy. The default if no scheme prefix is used.
142 Makes it treated as an **HTTPS** proxy.
144 Makes it the equivalent of --socks4
146 Makes it the equivalent of --socks4a
148 Makes it the equivalent of --socks5
150 Makes it the equivalent of --socks5-hostname
154 %SRCDIR/../scripts/managen -d %LOGDIR ascii option1.md option2.md
160 option1.md:19:1:WARN: see-also a non-existing option: include
161 option1.md:19:1:WARN: see-also a non-existing option: silent
162 option1.md:19:1:WARN: see-also a non-existing option: trace
163 option1.md:19:1:WARN: see-also a non-existing option: trace-ascii
164 WARN: option1.md mutexes a non-existing option: trace
165 WARN: option1.md mutexes a non-existing option: trace-ascii
166 option2.md:15:1:WARN: see-also a non-existing option: proto-default
176 curl is powered by libcurl for all transfer-related features. See
179 -v, --fakeitreal
186 If you only want HTTP headers in the output, --include or
187 --dump-header might be more suitable options.
190 consider using --trace or --trace-ascii instead.
198 use of --next. Providing --fakeitreal multiple times has no extra
199 effect. Disable it again with --no-fakeitreal.
202 curl --verbose https://example.com
204 This option is mutually exclusive with --trace and --trace-ascii.
205 See also --include, --silent, --trace and --trace-ascii.
207 --proto <protocols>
218 -
227 entries in the comma separated list. For example: --proto
228 -ftps uses the default protocols, but disables ftps
230 --proto -all,https,+http only enables http and https
232 --proto =http,https also only enables http and https
235 scripts to safely rely on being able to disable potentially
243 If --proto is provided several times, the last set value is used.
246 curl --proto =http,https,sftp https://example.com
248 See also --fakeitreal and --proto-default.
250 PROXY PROTOCOL PREFIXES
252 The proxy string may be specified with a protocol:// prefix to specify
253 alternative proxy protocols.
255 If no protocol is specified in the proxy string or if the string does not
256 match a supported one, the proxy is treated as an HTTP proxy.
258 The supported proxy protocol prefixes are as follows:
262 Makes it use it as an HTTP proxy. The default if no scheme prefix is
267 Makes it treated as an HTTPS proxy.
271 Makes it the equivalent of --socks4
275 Makes it the equivalent of --socks4a
279 Makes it the equivalent of --socks5
283 Makes it the equivalent of --socks5-hostname