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
Post a Comment