Static
optionOptions to be used with setOpt
.
See the official documentation of curl_share_setopt()
for reference.
CURLSHOPT_SHARE
becomes Share.option.SHARE
Use CurlShareOption
directly instead.
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()
Static
strReturns a description for the given error code.
Official libcurl documentation: curl_share_strerror()
This is a Node.js wrapper around the binding EasyNativeBinding | native Easy class.
The only extra is that it provides a static field
option
andlock
.