Javascript – How can I measure the response times of an http request in Node?
I am working on a solution that makes http requests to different web services, and I need to measure the response times (detailed), I am currently using the "node:https" module, but I would like to know if there is a…