Struct RequestTimings

#include <Geode/utils/web.hpp>

Contains detailed values about how long each phase of the request took

Fields8
;

How long the request had to wait in queue, until it was picked up by the web worker

;

How long the DNS lookup took

;

How long the connection to the server took

;

How long the TLS handshake took

;

How long it took to fully send the request body

;

How long it took to receive the first byte of the response

;

How long it took to fully receive the response body after receiving the first byte

;

Total duration of the request, from the moment it was sent until it was fully completed

Examples0
Public static methods0
Public member functions0