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

A simple agent for performing a sequence of http requests in node.js

Results 6 http-agent issues
Sort by recently updated
recently updated
newest added

I need to use it behind a proxy, how can I configure the proxy settings please?

With this option, the body of the requests are saved as files. The next calls are using these files instead of doing an http request, therefore speeding up the retrieval....

Hi, The event stop is sent even so all the pages aren't nexed. It's probably something related of me addUrl(s) in the nextEvent. For what I saw (ie. might be...

It would be nice to support agent's return-as-buffer feature when encoding is set to null - jahewson's patch seems to work fine with http-agent (patch not merged to agent yet)...