mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ce6e3e5320
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
14 lines
433 B
Makefile
14 lines
433 B
Makefile
Long: proxy1.0
|
|
Arg: <host[:port]>
|
|
Help: Use HTTP/1.0 proxy on given port
|
|
Category: proxy
|
|
Example: --proxy1.0 -x http://proxy $URL
|
|
Added: 7.19.4
|
|
---
|
|
Use the specified HTTP 1.0 proxy. If the port number is not specified, it is
|
|
assumed at port 1080.
|
|
|
|
The only difference between this and the HTTP proxy option --proxy, is that
|
|
attempts to use CONNECT through the proxy will specify an HTTP 1.0 protocol
|
|
instead of the default HTTP 1.1.
|