Posts Tagged ‘curl_multi_init’

curl_multi_init – Start a multi session
USAGE
#include <curl/curl.h>

CURLM *curl_multi_init( );

DESCRIPTION
This function returns a CURLM handle to be used as input to all the
other multi-functions, [...]

Thursday, August 27th, 2009 at 02:17 | Comments Off
Categories: c
TOP