Optional
blockedTime spent in a queue waiting for a network connection. Can be -1 if the timing does not apply to the current request.
Optional
commentAny comment as a string. This is not used by kassette.
Optional
connectTime required to create TCP connection. Can be -1 if the timing does not apply to the current request.
Optional
dnsThe time required to resolve a host name. Can be -1 if the timing does not apply to the current request.
Optional
receiveTime required to read entire response from the server.
Optional
sendTime required to send HTTP request to the server.
Optional
sslTime required for SSL/TLS negotiation. This time is also included in the RequestTimings.connect field. Can be -1 if the timing does not apply to the current request.
Optional
waitTime waiting for a response from the server.
Details about the time spent for each phase of a request-response round trip, as stored in a har file.