Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Share

This is a Node.js wrapper around the binding native Easy class.

The only extra is that it provides a static field option and lock.

Hierarchy

Index

Properties

Methods

Properties

Static option

option: CurlShareOption = CurlShareOption

Options to be used with setOpt.

See the official documentation of curl_share_setopt() for reference.

CURLSHOPT_SHARE becomes Share.option.SHARE

deprecated

Use CurlShareOption directly instead.

Methods

close

  • close(): void
  • Closes this handle.

    After the handle has been closed it must not be used again.

    This is basically the same than curl_share_cleanup()

    Returns void

setOpt

strError

Generated using TypeDoc