CURLOPT_HTTPPROXYTUNNEL (3) Linux Manual Page
CURLOPT_HTTPPROXYTUNNEL – tunnel through HTTP proxy Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HTTPPROXYTUNNEL, long tunnel); DescriptionSet the parameter to 1 to make libcurl tunnel all operations through the HTTP proxy. There is a big difference between using a proxy and to tunnel through it. If you don’t know what this means, you probably don’t want this…
