curl-request icon indicating copy to clipboard operation
curl-request copied to clipboard

cURL Request is a cURL wrapper, support all options and infos from cURL. Use promises, https, http, proxies and more!

Results 10 curl-request issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [qs](https://github.com/ljharb/qs). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix]...

dependencies

I try to use interface option but it doesnt work. No error but gives me other interface's ip ``` var curl = new (require( 'curl-request' ))(); curl .setOpt('interface', 'eth0') .setHeaders([...

Got error while running `npm install curl-request --save` ```node-libcurl WARN Could not finish postinstall node-libcurl ERR! Error: Command failed: node "/Users/dev/Documents/project/node_modules/curl-request/node_modules/node-libcurl/lib/Curl.js" module.js:471 throw err; ^ Error: Cannot find module 'node-pre-gyp'...

Changing reject parameters from `arguments` to Error with curl error message and code to use it when catching the error on requests

Automatically converting header keys to lower case is not correct, particularly when it comes to cookies and session tokens and such things. Also updated lib-curl version to comply with newest...

i have error in google cloud function. Error: Handle already running! at Error (native) at Curl.perform (/user_code/node_modules/curl-request/node_modules/node-libcurl/lib/Curl.js:1051:11) at e (/user_code/node_modules/curl-request/index.js:169:27) at _submit (/user_code/node_modules/curl-request/index.js:141:16) at post (/user_code/node_modules/curl-request/index.js:93:21) at /user_code/index.js:112:9 at f...

Add Put function ?