http-request icon indicating copy to clipboard operation
http-request copied to clipboard

General purpose HTTP / HTTPS client for node.js. Supports transparent gzip / deflate decoding. Successor of http-get.

Results 5 http-request issues
Sort by recently updated
recently updated
newest added

Hi I stumbled upon the following problem: I use this module inside a cache seeder which sends lots of GET requests to a cache. In some cases the cache correctly...

Using async.auto I am running an http.get() with timeout. After the timeout error, http.get is ran again causing a Callback is already called error. I am getting this error because...

this helps to visually communicate the style standard of installing with the npm command in the command line, especially to newer users. Before ![screen shot 2015-06-03 at 12 23 26...

Conversions of lenght->length

In specifying the optional `file` parameter for the DELETE, GET, POST, and PUT methods, the documentation reads: > Optional; specify a filesystem path to save the response body as file...