proxy1.0.d 567 B

12345678910111213141516
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, 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. ---
  11. Use the specified HTTP 1.0 proxy. If the port number is not specified, it is
  12. assumed at port 1080.
  13. The only difference between this and the HTTP proxy option --proxy, is that
  14. attempts to use CONNECT through the proxy will specify an HTTP 1.0 protocol
  15. instead of the default HTTP 1.1.