From 342aa4797edfabba78755e798d23a5b6d288d50b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Nov 2016 14:20:36 +0100 Subject: cmdline-docs: more conversion --- docs/cmdline-opts/proxytunnel.d | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/cmdline-opts/proxytunnel.d (limited to 'docs/cmdline-opts/proxytunnel.d') diff --git a/docs/cmdline-opts/proxytunnel.d b/docs/cmdline-opts/proxytunnel.d new file mode 100644 index 000000000..3328dab69 --- /dev/null +++ b/docs/cmdline-opts/proxytunnel.d @@ -0,0 +1,9 @@ +Long: proxytunnel +Help: Operate through a HTTP proxy tunnel (using CONNECT) +See-also: proxy +--- +When an HTTP proxy is used --proxy, this option will cause non-HTTP protocols +to attempt to tunnel through the proxy instead of merely using it to do +HTTP-like operations. 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. -- cgit v1.2.3