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

When a redirect is followed, the time from each request is added together.

Inputs
none

Results
timep
output value

Show TOC