I need a URL request library (or a completed program) that can provide detailed response time information
I would like to run multiple HTTP requests and get a detailed report of the response time for each request in a table.
By detailed report I mean something like: socket initialization time, DNS resolve time, TCP handshake time, SSL handshake time, transfer start, download time. This information is provided by Postman
(Example of a detailed report in Postman), but Postman will not be able to collect such statistics for multiple requests. It seems that the Postman API will not be able to provide access to this information.