linux - C++ libcurl set proxy from a configuration file -


i use libcurl make http tests , managed configure proxy settings code:

curl_easy_setopt(curl, curlopt_proxy, _proxy); curl_easy_setopt(curl, curlopt_proxyuserpwd, userpass); 

i testing on linux , want know if can use configuration file configure proxy settings.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -