blob: 3f7b61331ad1694a344e3581e046d40d7cb40261 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: proxy1.0
4Arg: <host[:port]>
5Help: Use HTTP/1.0 proxy on given port
6Category: proxy
7Example: --proxy1.0 -x http://proxy $URL
8Added: 7.19.4
9See-also: proxy socks5 preproxy
10Multi: mutex
11---
12Use the specified HTTP 1.0 proxy. If the port number is not specified, it is
13assumed at port 1080.
14
15The only difference between this and the HTTP proxy option --proxy, is that
16attempts to use CONNECT through the proxy will specify an HTTP 1.0 protocol
17instead of the default HTTP 1.1.