Is it possible in node to wait for multiple responses from an url?
When i am sending a request to an url, it sends a response back with status code. But after some time it sends a file to download. Is it possible in nodejs to capture both? How to achieve it?
No comments:
Post a Comment