proxy1.0.d 564 B

1234567891011121314151617
  1. c: Copyright (C) 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. The only difference between this and the HTTP proxy option --proxy, is that
  15. attempts to use CONNECT through the proxy specifies an HTTP 1.0 protocol
  16. instead of the default HTTP 1.1.