needle icon indicating copy to clipboard operation
needle copied to clipboard

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.

Results 86 needle issues
Sort by recently updated
recently updated
newest added

Hi Team, I have started using 'needle' recently instead of 'request' module. One of the API call (to select data from database) includes complex input: 1. Database model - simple...

I’ve stumbled across a situation where needle doesn’t seem to be triggering an error event where I would expect to see one. ## Description I have a web application that...

I have a very specific use case where I don't need the default `Accept: */*` header. Is there a way to remove it from the request? Perhaps an option like...

I am doing a post to Github API which requires custom Accept header and json representation. This is what I have ``` var options = { headers: { Authorization: 'token...

Hey @tomas ! Just pushed a module for dealing with XML responses parsed by Needle: https://github.com/kfitzgerald/ezwrap Do you think it would be worth adding a blurb in the Needle docs...

Hi @tomas , We have tried with below code and file descriptor remains opens. ``` var os = require('os'); var fs = require('fs'); var path = require('path'); var needle =...

Does those two function works as same, except the return? needle('get', url, data) // could this data form into queries, since I want to use promise needle.request('get', url, data) //...

Hello, We got into some CI failure that lead me to have a look at the evolution of the `debug` dependency in the `needle` package, and while doing that I've...

As of 2.2.0, needle dropped `xml2js` in favour of `sax`. We recently upgraded our dependencies, but given the lack of release notes, we were unaware of these changes. We only...