Hi All Iam trying to use libcurl via multi interface. I am able to implement the handling till the point where i come to know that one of my requests is complete (via *curl_multi_info_read*).
I get the *easy_handle* for the request. However, i want to know the URL which was set for the handle. Is there a way to do that ? Regards Puneet
