1440 Views
Got is a Node.js library for making HTTP requests. It has both promise and stream based APIs and in this post I want to explore how to use the stream API to download files. If you use HTTP libraries for making API requests, then the promise method is likely the best for you.
0 comments