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

Hello! My proxy returned `400`. I talk with support and they tell me to check proxy inside `firefox`. I did that and next they tell me to add `SSL Proxy`...

When I run needle with the proxy option, I can only get needle to work when setting the proxy to http and not https. Sample options are shown below. rpurl...

Currently `needle` includes all test files and examples in the published package. By using the `files` property in package.json, you can specify only the files that should be published, and...

I'm trying to use this to replace the last bit of jQuery in a wordPress theme and for some reason I can't fathom, when ever i fail a request, it...

@tomas I tried searching in the document but could not find any. The underlying request module does support unix domain sockets. https://github.com/request/request#unix-domain-sockets Is this supported here but an undocumented feature?

(node:9416) [DEP0003] DeprecationWarning: _writableState.buffer is deprecated. Use _writableState.getBuffer instead.

I am trying to figure out some issue with cookies, maybe I'm doing something wrong. Seems like cookies going to the server with some extra escaped characters. Tested with headless...

Node http does not and neither does request. Does needle have a way to handle dns round-robin failover and try all ips?

I am trying to perform a multipart PUT request to CouchDB, but am receiving the following error. ``` [Sun, 26 Mar 2017 16:21:04 GMT] [debug] [] 'PUT' /couch-recliner-test/fake-id {1,1} from...

According to the [documentation](https://github.com/tomas/needle#request-options) one can use `stream_length` to adjust the size of outgoing streams: > **stream_length**: When sending streams, this lets you manually set the Content-Length header --if the...