CURL is the powerful tool to run the http test on the API endpoint and it provides details timing measurement like lookup, connect, appconnect, pretransfer,starttransfer
How do we capture the similar measurement in .NET Core Web API? we use the system.Net.HttpClient to make a call between two service. Is there any way to capture the details of the response time?