Options
All
  • Public
  • Public/Protected
  • All
Menu

Multi class that acts as an wrapper around the native libcurl multi handle.

C++ source code

Using this class instead of just the Easy allows one to run requests asynchronously.

For usage see examples/04-multi.js

The Curl class uses one of this internally to provide asynchronous usage of the library.

Hierarchy

  • MultiNativeBinding

Index

Methods

addHandle

close

  • close(): void

getCount

  • getCount(): number

onMessage

removeHandle

setOpt

strError

Generated using TypeDoc