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