mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Added proxyport
This commit is contained in:
parent
bb3fa8855c
commit
78686a5487
@ -303,6 +303,9 @@ struct UrlData {
|
||||
/*************** Session - specific items ************/
|
||||
char *proxy; /* if proxy, set it here, set CONF_PROXY to use this */
|
||||
char *proxyuserpwd; /* Proxy <user:password>, if used */
|
||||
long proxyport; /* If non-zero, use this port number by default. If the
|
||||
proxy string features a ":[port]" that one will override
|
||||
this. */
|
||||
|
||||
/*************** Request - specific items ************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user