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

libcurl bindings for Node.js

Results 80 node-libcurl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Function example Code ``` function (buf, size, nmemb) { console.log('Received some headers:', buf.toString()) return size * nmemb } ``` A clear and concise description of what the...

bug
triage

I need to use curl.enable(CurlFeature.NoDataParsing) or curl.enable.(CurlFeature.Raw) with Easy and Multi. I've tried everything for 2 days and I can't find a solution.

question

**ERROR** ```log [Running] node -r ts-node/register "/media/dimaslanjaka/DATA/Repositories/gh-pages/src/gulp/tasks/fix-external-image.ts" Error: /media/dimaslanjaka/DATA/Repositories/gh-pages/node_modules/node-libcurl/lib/binding/node_libcurl.node: invalid ELF header at Object.Module._extensions..node (node:internal/modules/cjs/loader:1183:18) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (/media/dimaslanjaka/DATA/Repositories/gh-pages/node_modules/node-libcurl/lib/Easy.ts:10:44)...

bug
triage

How to use single connection in this library. so you have to wait for the previous http connection request to finish before executing the new connection. I put node-libcurl in...

question

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.9.0 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

external-dependency-bug

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.9.0 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

external-dependency-bug

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

external-dependency-bug

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...

external-dependency-bug

When downloading files via the library I see progress printed to terminal when I would not have expected it to, is there a way to disable these? ``` % Total...

bug

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

external-dependency-bug