Searched defs:proxy_info (Results 1 – 1 of 1) sorted by relevance
771 struct proxy_info { struct772 struct hostname host;773 int port;774 unsigned char proxytype; /* curl_proxytype: what kind of proxy that is in776 char *user; /* proxy username string, allocated */777 char *passwd; /* proxy password string, allocated */
Completed in 17 milliseconds