Closed bablosoft closed 4 years ago
Pros:
1) request is deprecated. 2) HTTP client is used only twice: to download file and to get script properties. 3) request has lots of dependencies.
I think, that it would be sufficient to use build in module https://nodejs.org/api/https.html
Well, I also thought about it, I will do it soon.
Pros:
1) request is deprecated. 2) HTTP client is used only twice: to download file and to get script properties. 3) request has lots of dependencies.
I think, that it would be sufficient to use build in module https://nodejs.org/api/https.html