diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-27 09:51:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-27 09:51:42 +0000 |
commit | 296b35fe9b796a50323f19c84ff0075e4702004b (patch) | |
tree | 6afcda623b946dcd58e03d09c8728454309a4198 /docs | |
parent | 0ff89b9c3c02a911e1e5ea9a4182c373a6e0f1c7 (diff) |
"" proxy means no proxy
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 604e77f03..01b9cc14a 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -687,6 +687,10 @@ If this option is used several times, the last one will be used. Use specified HTTP proxy. If the port number is not specified, it is assumed at port 1080. +This option overrides existing environment variables that sets proxy to +use. If there's an environment variable setting a proxy, you can set proxy to +"" to override it. + \fBNote\fP that all operations that are performed over a HTTP proxy will transparantly be converted to HTTP. It means that certain protocol specific operations might not be available. This is not the case if you can tunnel |