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

node curl wrapper with fully implemented

Results 32 node-curl issues
Sort by recently updated
recently updated
newest added

I am receiving segmentation error on CentOS 6.5 final. gdb /usr/bin/php core-php-11-0-0-15549-1420697347 GNU gdb (GDB) Red Hat Enterprise Linux (7.2-64.el6_5.2) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU...

Plain npm install, then: $ node node_modules/node-curl/examples/test.js [cURL 1] Set default options and reset cURL [cURL 1] reset [cURL 1] closed. [cURL 1] opening. [cURL 1] opened. [cURL 1] Set...

Hello, I can't find anything about this in the provided documentation. Is it possible to make POST requests ( and send along some parameters )? Thanks!

Setup in win8.1 blows up in an awful way. Is this platform supported?

Per the instructions on the libcurl site: you must pass a pointer to a long (not an int) when calling curl_easy_getinfo() with a numeric option (like RESPONSE_CODE). Line 280 of...

Hello, Your code here works well, thank you. On github you provide access to response headers but that facility is missing for the version in npm. Could you please make...

var myBuffer = new Buffer('myString', encoding); I want to post myBuffer (raw Binary data to server). Can you please provide me sample code?

I'm receiving "Failure when receiving data from the peer" while posting 9 mb data. I tried setting curl.setopt('CONNECTTIMEOUT_MS', 900000); Nothing worked.

How to read response header from curl ? Can you please share an example. curl.on('end', function() { p('code: ' + curl.getinfo('RESPONSE_HTTPHEADER)); p('done.') curl.close(); });