Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
curl_easy_duphandle(3) | libcurl Manual | curl_easy_duphandle(3) |
NAME
curl_easy_duphandle - Clone a libcurl session handleSYNOPSIS
#include <curl/curl.h>DESCRIPTION
This function will return a new curl handle, a duplicate, using all the options previously set in the input curl handle. Both handles can subsequently be used independently and they must both be freed with curl_easy_cleanup(3).RETURN VALUE
If this function returns NULL, something went wrong and no valid handle was returned.SEE ALSO
curl_easy_init(3),curl_easy_cleanup(3),curl_easy_reset(3), curl_global_init(3)March 1, 2019 | libcurl 7.69.0 |