Should I use the 'request' module for a new project?
问题 The 'request' module has been a long-time standard for Node.js. They have recently deprecated the library. I am starting a new project, and looking for the best solution to do my networking. I started off using the native 'https' module, but ran into problem after problem. Using the request module seemed to be easy and work just fine. There are also many other libraries to replace the request module. Generally speaking, you should avoid using deprecated libraries when possible. But does that