node-libcurl
node-libcurl copied to clipboard
libcurl bindings for Node.js
**Describe the bug** A method to pre-cache dependencies. Similar method is possible with Pkg. https://github.com/vercel/pkg#user-content-environment **To Reproduce** Requires ability to lockdown network access but allows access to private npm-repo. OS:...
Hi, when installing v.4.0.0 at macOS machine I'm facing the following error: ``` node-pre-gyp info using [email protected] node-pre-gyp info using [email protected] | darwin | arm64 (node:86632) [DEP0040] DeprecationWarning: The `punycode`...
**Describe the bug** ``` await curly.get("https://www.baidu.com/s?wd=Russia", { verbose: true, }); ``` Hangs forever. Logs: ``` * STATE: INIT => CONNECT handle 0x7f9cd404b808; line 1879 (connection #-5000) * Added connection 0....
When using a `sftp://` url, this `headers` variable is an empty array, which breaks the `Object.entries` call. This PR adds a bounds check so the default content-type will be chosen...
1. **Description** I am encountering an issue where a simple GET request with automatic redirection works perfectly fine when run using the terminal curl command, but it results in an...
**Describe the bug** This is just a compilation error, I assume it relates to a change in the Node API. I believe the key line is: ``` error ../../nan/nan.h:2594:19: error:...