This library wraps multiple http get requests using request/request and IndigoUnited/node-request-progress to different locations at the same time. The streams are handed and can be piped as they come, along with the progress. You can even repeat a request multiple times.
Install
npm i request-multi-streams
Usage
See examples and tests to get more detail about the requests and responses.
Requests
Since this module wraps request and request-progress, it supports the same options for both.
You can do whatever you want with the streams. In this case we are piping the streams for the request name 'http://www.textfiles.com/fun/acronym.txt' to a file. See examples folder for more info.