Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Multi

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

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

Hierarchy

Index

Properties

Static option

option: MultiOption = bindings.Curl.multi

Options to be used with setOpt.

See the official documentation of curl_multi_setopt() for reference.

CURLMOPT_MAXCONNECTS becomes Multi.option.MAXCONNECTS

Methods

addHandle

close

  • close(): void

getCount

  • getCount(): number

onMessage

removeHandle

setOpt

strError

Generated using TypeDoc