mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
fe9f68fa61
In an effort to increase the readability of the "--help all" output on narrow (80 column) terminals. Co-authored-by: Jay Satiro Closes #13169
675 B
675 B
c | SPDX-License-Identifier | Long | Short | Help | Category | Added | Multi | See-also | Example | ||
---|---|---|---|---|---|---|---|---|---|---|---|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | proxytunnel | p | HTTP proxy tunnel (using CONNECT) | proxy | 7.3 | boolean |
|
|
--proxytunnel
When an HTTP proxy is used --proxy, this option makes curl tunnel the traffic through the proxy. The tunnel approach is made with the HTTP proxy CONNECT request and requires that the proxy allows direct connect to the remote port number curl wants to tunnel through to.
To suppress proxy CONNECT response headers when curl is set to output headers use --suppress-connect-headers.