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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -