Lines Matching refs:to
17 CURLOPT_PRE_PROXY - pre-proxy host to use
29 Set the *preproxy* to use for the upcoming request. The parameter should be a
30 char * to a null-terminated string holding the hostname or dotted numerical IP
33 To specify port number in this string, append :[port] to the end of the host
35 option CURLOPT_PROXYPORT(3). If not specified, libcurl defaults to using
38 A pre proxy is a SOCKS proxy that curl connects to before it connects to the
42 The pre proxy string should be prefixed with [scheme]:// to specify which kind
44 one to enable socks5 and asking the proxy to do the resolving, also known as
45 *CURLPROXY_SOCKS5_HOSTNAME* type) to request the specific SOCKS version to
48 Setting the pre proxy string to "" (an empty string) explicitly disables the
51 When you set a hostname to use, do not assume that there is any particular
54 The application does not have to keep the string around after setting this
58 previous ones. Set it to NULL to disable its use again.