• Home
  • Raw
  • Download

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.
83 ---
85 SPDX-License-Identifier: curl
88 Help: Enable/disable PROTOCOLS
92 See-also:
93 - fakeitreal
94 - proto-default
96 - --proto =http,https,sftp $URL
97 ---
99 # `--proto`
109 ## -
119 For example: --proto -ftps uses the default protocols, but disables ftps
121 --proto -all,https,+http only enables http and https
123 --proto =http,https also only enables http and https
126 safely rely on being able to disable potentially dangerous protocols, without
133 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
134 <!-- SPDX-License-Identifier: curl -->
135 # PROXY PROTOCOL PREFIXES
136 The proxy string may be specified with a protocol:// prefix to specify
137 alternative proxy protocols. (Added in 7.21.7)
139 If no protocol is specified in the proxy string or if the string does not
140 match a supported one, the proxy is treated as an HTTP proxy.
142 The supported proxy protocol prefixes are as follows:
144 Makes it use it as an HTTP proxy. The default if no scheme prefix is used.
146 Makes it treated as an **HTTPS** proxy.
148 Makes it the equivalent of --socks4
150 Makes it the equivalent of --socks4a
152 Makes it the equivalent of --socks5
154 Makes it the equivalent of --socks5-hostname
158 %SRCDIR/../scripts/managen -d %LOGDIR -I %SRCDIR/../include mainpage option1.md option2.md
164 option1.md:19:1:WARN: see-also a non-existing option: include
165 option1.md:19:1:WARN: see-also a non-existing option: silent
166 option1.md:19:1:WARN: see-also a non-existing option: trace
167 option1.md:19:1:WARN: see-also a non-existing option: trace-ascii
168 WARN: option1.md mutexes a non-existing option: trace
169 WARN: option1.md mutexes a non-existing option: trace-ascii
170 option2.md:15:1:WARN: see-also a non-existing option: proto-default
193 .\" * SPDX-License-Identifier: curl
206 curl is powered by libcurl for all transfer\-related features. See
208 .IP "\-v, \-\-fakeitreal"
214 If you only want HTTP headers in the output, \fI\-\-include\fP or \fI\-\-dump\-header\fP might
218 \fI\-\-trace\fP or \fI\-\-trace\-ascii\fP instead.
230 This option is global and does not need to be specified for each use of --next.
232 Providing --fakeitreal multiple times has no extra effect.
233 Disable it again with \-\-no-fakeitreal.
237 curl --verbose https://example.com
240 This option is mutually exclusive with \fI\-\-trace\fP and \fI\-\-trace\-ascii\fP.
241 See also \fI\-\-include\fP, \fI\-\-silent\fP, \fI\-\-trace\fP and \fI\-\-trace\-ascii\fP.
242 .IP "\-\-proto <protocols>"
250 .IP -
258 For example: \fI\-\-proto\fP \-ftps uses the default protocols, but disables ftps
260 \fI\-\-proto\fP \-all,https,+http only enables http and https
262 \fI\-\-proto\fP =http,https also only enables http and https
265 safely rely on being able to disable potentially dangerous protocols, without
271 If --proto is provided several times, the last set value is used.
275 curl --proto =http,https,sftp https://example.com
278 See also \fI-v, \-\-fakeitreal\fP and \fI\-\-proto\-default\fP.
279 .SH PROXY PROTOCOL PREFIXES
280 The proxy string may be specified with a protocol:// prefix to specify
281 alternative proxy protocols.
283 If no protocol is specified in the proxy string or if the string does not
284 match a supported one, the proxy is treated as an HTTP proxy.
286 The supported proxy protocol prefixes are as follows:
288 Makes it use it as an HTTP proxy. The default if no scheme prefix is used.
290 Makes it treated as an \fBHTTPS\fP proxy.
292 Makes it the equivalent of \fI\-\-socks4\fP
294 Makes it the equivalent of \fI\-\-socks4a\fP
296 Makes it the equivalent of \fI\-\-socks5\fP
298 Makes it the equivalent of \fI\-\-socks5\-hostname\fP