diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-23 10:40:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-23 10:40:36 +0000 |
commit | 07dc741e18626f77862a3aa90fcd9e4a04d6f2b6 (patch) | |
tree | 712c4615a5cdc0549cf09396d23a64f2909f71f0 /docs | |
parent | 8b66981ce0a5ed9818221ef93eb74dda78ec82f5 (diff) | |
download | curl-07dc741e18626f77862a3aa90fcd9e4a04d6f2b6.tar.gz |
mention default port number
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 59a277d0d..9c4c6afa0 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -445,7 +445,8 @@ Set HTTP proxy to use. The parameter should be a char * to a zero terminated string holding the host name or dotted IP address. 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. The -proxy's port number may optionally be specified with the separate option +proxy's port number may optionally be specified with the separate option. If +not specified, libcurl will default to using port 1080 for proxies. \fICURLOPT_PROXYPORT\fP. When you tell the library to use an HTTP proxy, libcurl will transparently |