Name
easy:GetInfo_AppConnect_Time_t -- get the time until the SSL/SSH handshake is completed (V2.0)
Synopsis
timep = easy:GetInfo_AppConnect_Time_t()
Function
Returns the time, in microseconds, it took from the start until the SSL/SSH connect/handshake to the remote host was completed. This time is most often close to the #CURLINFO_PRETRANSFER_TIME_T time, except for cases such as HTTP pipelining where the pretransfer time can be delayed due to waits in line for the pipeline and more.

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

Inputs
none

Results
timep
output value

Show TOC