1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: proxy1.0 5Arg: <host[:port]> 6Help: Use HTTP/1.0 proxy on given port 7Category: proxy 8Added: 7.19.4 9Multi: mutex 10See-also: 11 - proxy 12 - socks5 13 - preproxy 14Example: 15 - --proxy1.0 http://proxy $URL 16--- 17 18# `--proxy1.0` 19 20Use the specified HTTP 1.0 proxy. If the port number is not specified, it is 21assumed at port 1080. 22 23The only difference between this and the HTTP proxy option --proxy, is that 24attempts to use CONNECT through the proxy specifies an HTTP 1.0 protocol 25instead of the default HTTP 1.1. 26