Hi, I'm using HttpClient in a simple stress testing tool I'm developing. I'd like to be able to time different phases of a connection: handshake time, time to first byte sent, time to first byte received, time to last byte received, and perhaps a few more. Can this be accomplished some how with HttpClient? If so, any pointers how?
Thanks Dmitry
