CURLMOPT_PUSHDATA - pointer to pass to push callback
#include <curl/curl.h> CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_PUSHDATA, void *pointer);
Set pointer to pass as the last argument to the CURLMOPT_PUSHFUNCTION callback. The pointer will not be touched or used by libcurl itself, only passed on to the callback function.
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
CURLMOPT_PUSHFUNCTION, CURLMOPT_PIPELINING, CURLOPT_PIPEWAIT, RFC 7540
This HTML page was made with roffit.