Hey! Got a bit of a feature request here 🤓
How would you feel about swizzling this request: urlSession(_:task:didFinishCollecting:)
This is a really interesting delegate call because it gives you access to the task metrics which includes how long every part of the request took including the DNS lookup, connection, and of course the server response time.

It also provides more information about the request itself including the remote server details, the protocol used and whether it was on a cellular network or not.
All of this data feels useful not only for Atlantis but Proxyman too as it provides a much richer understanding of the time taken to make requests.
Hey! Got a bit of a feature request here 🤓
How would you feel about swizzling this request:
urlSession(_:task:didFinishCollecting:)This is a really interesting delegate call because it gives you access to the task metrics which includes how long every part of the request took including the DNS lookup, connection, and of course the server response time.
It also provides more information about the request itself including the remote server details, the protocol used and whether it was on a cellular network or not.
All of this data feels useful not only for Atlantis but Proxyman too as it provides a much richer understanding of the time taken to make requests.