JCMais / node-libcurl

libcurl bindings for Node.js
https://npmjs.org/package/node-libcurl
MIT License
660 stars 117 forks source link

feat: add support for the CURLOPT_PREREQFUNCTION option #368

Closed JCMais closed 1 year ago

JCMais commented 1 year ago

This adds the new libcurl option CURLOPT_PREREQFUNCTION.

JCMais commented 1 year ago

This is related to #365