pub const CURLOPT_PROXY: i64 = 10004; pub const CURLOPT_NOPROXY: i64 = 10177; pub const CURLOPT_PROXYAUTH: i64 = 111; pub const CURLOPT_PROXYUSERPWD: i64 = 10006; pub const CURLAUTH_BASIC: i64 = 1; pub const CURLOPT_PROXY_CAINFO: i64 = 246; pub const CURLOPT_PROXY_CAPATH: i64 = 247;