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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -