Closed jobsturm closed 6 years ago
Hi, take a closer look at the docs here. By default simple-get just calls back with err, res
which allows you to streamingly process the response. If you want it to read the whole response stream into a buffer for you, you can use the provided concat
method.
Code: