Name
easy:GetInfo_StartTransfer_Time -- get the time until the first byte is received
Synopsis
timep = easy:GetInfo_StartTransfer_Time()
Function
Returns the time, in seconds, it took from the start until the first byte is received by libcurl. This includes #CURLINFO_PRETRANSFER_TIME and also the time the server needs to calculate the result.

See also the TIMES overview in the easy:GetInfo() man page.

Inputs
none

Results
timep
output value

Show TOC