#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HEADERDATA, void *pointer); DESCRIPTION Pass apointerto be used to write the header part of the received data to. IfCURLOPT_WRITEFUNCTION(3)orCURLOPT_HEADERFUNCTION(3)is used,pointerwill be passed in to the respective...