3.13. PROXY string

[<<<] [>>>]

curl::option CurlHandle,"PROXY","www.my-proxy.com:8080"

If you need libcurl to use a http proxy to access the outside world, set the proxy string with this option. 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.


[<<<] [>>>]