Skip to content
Snippets Groups Projects
Commit 78686a54 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added proxyport

parent bb3fa885
No related branches found
No related tags found
No related merge requests found
......@@ -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 ************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment