HttpTracer icon indicating copy to clipboard operation
HttpTracer copied to clipboard

Can we access the captured response time for API?

Open Geetha-Ravindran opened this issue 2 years ago • 1 comments

I am trying to log the response time of each API call to an external tool. Since HttpTracer internally tracks response time using StopWatch, can we access/use this data?

Geetha-Ravindran avatar Sep 30 '22 11:09 Geetha-Ravindran

Hey @Geetha-Ravindran, that Stopwatch is internal in the lib. However, if you use the ILog interface, you'll be able to access the string with all the info of all the requests!

DanielCauser avatar Jun 29 '23 13:06 DanielCauser