UNPKG

node-libcurl

Version:

The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl

19 lines (17 loc) 544 B
// This should be kept in sync with the options on src/Curl.cc curlMultiOptionNotImplemented const multiOptionsBlacklist = [ 'SOCKETFUNCTION', 'SOCKETDATA', 'TIMERFUNCTION', 'TIMERDATA', 'PUSHDATA', // Those have been deprecated and support was removed with libcurl 7.62 // https://github.com/curl/curl/blob/curl-7_61_1/docs/DEPRECATE.md#http-pipelining // They currently do nothing, so I'm not documenting them 'PIPELINING', 'PIPELINING_SERVER_BL', 'PIPELINING_SITE_BL', ] module.exports = { multiOptionsBlacklist, }