Closes this handle.
After the handle has been closed it must not be used again.
This is basically the same than curl_share_cleanup()
You can use CurlShareOption
and CurlShareLock
for predefined constants.
Official libcurl documentation: curl_share_setopt()
Returns a description for the given error code.
Official libcurl documentation: curl_share_strerror()
Generated using TypeDoc
Share
class that acts as an wrapper around the native libcurl share handle.Using this class you should be able to share data between two {@link "Easy".Easy | Easy} handles, like cookies for instance.
For usage see examples/05-share.js