diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-07-25 07:36:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-07-25 07:36:50 +0000 |
commit | c8262b2be6c4650e71f6f1befbfbbc415f3fac32 (patch) | |
tree | 3037f0837a1db2b8e8055bb45ac9eb3d3c117f02 /docs | |
parent | 0a8d0395e18433f58e2e4457471db0fa1756ba58 (diff) |
Added CURLOPT_PROXYPORT, also added some more clarifications about the
CURLOPT_PROXY option.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl_easy_setopt.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3 index af6688a48..3ee43bf50 100644 --- a/docs/curl_easy_setopt.3 +++ b/docs/curl_easy_setopt.3 @@ -77,7 +77,13 @@ terminated string. NOTE: this option is currently required! .B CURLOPT_PROXY If you need libcurl to use a http proxy to access the outside world, set the proxy string with this option. The parameter should be a char * to a zero -terminated string. +terminated string. To specify port number in this string, append":[port]" to +the end of the host name. The proxy string may be prefixed with +"[protocol]://" since any such prefix will be ignored. +.TP +.B CURLOPT_PROXYPORT +Set this long with this option to set the proxy port to use unless it is +specified in the proxy string CURLOPT_PROXY. .TP .B CURLOPT_VERBOSE Set the parameter to non-zero to get the library to display a lot of verbose |