proxytunnel.d 550 B

123456789101112131415
  1. Long: proxytunnel
  2. Short: p
  3. Help: Operate through an HTTP proxy tunnel (using CONNECT)
  4. See-also: proxy
  5. Category: proxy
  6. Example: --proxytunnel -x http://proxy $URL
  7. Added: 7.3
  8. ---
  9. When an HTTP proxy is used --proxy, this option will make curl tunnel through
  10. the proxy. The tunnel approach is made with the HTTP proxy CONNECT request and
  11. requires that the proxy allows direct connect to the remote port number curl
  12. wants to tunnel through to.
  13. To suppress proxy CONNECT response headers when curl is set to output headers
  14. use --suppress-connect-headers.