Under Review
Last Updated: 03 Feb 2017 06:00 by Eric
Osman Syed
Created on: 02 Feb 2017 02:26
Type: Feature Request
2
Add a timer to requests
When you make a new post request, a timer starts and keeps going until response
1 comment
Eric
Posted on: 03 Feb 2017 06:00
Fiddler already maintains timers for every request. You can see them by selecting the session in the Web Sessions list and looking at the Statistics tab.

The FiddlerBeginRequest timer marks the start of the sending of the request.

The ServerBeginResponse timer marks the first byte of the server's response.