curl_proxytype

No description available for this symbol.

Syntax

enum curl_proxytype

Members

Name Value
CURLPROXY_HTTP 0, /* added in 7.10, new in 7.19.4 default is to use
CURLPROXY_HTTP_1_0 1, /* added in 7.19.4, force to use CONNECT
CURLPROXY_SOCKS4 4, /* support added in 7.15.2, enum existed already
CURLPROXY_SOCKS5 5, /* added in 7.10 */
CURLPROXY_SOCKS4A 6, /* added in 7.18.0 */
CURLPROXY_SOCKS5_HOSTNAME 7 /* Use the SOCKS5 protocol but pass along the
Defined in curl_consts.inc at line 218 . This documentation was automatically generated from source.