Is it possible to somehow get the timings when making POST request with python requests or urllib3 library?
I mean, to get how long it took to establish the connection with the server, how long it took to send data and to receive data.
Is it possible to somehow get the timings when making POST request with python requests or urllib3 library?
I mean, to get how long it took to establish the connection with the server, how long it took to send data and to receive data.