View Source ExCurl.ResponseMetrics (ex_curl v0.3.0)
Request timing metrics.
Available Fields
The following metrics are returned when the return_metrics option is set to true:
total_time- corresponds to the CURLINFO_TOTAL_TIME_T option.namelookup_time- corresponds to the CURLINFO_NAMELOOKUP_TIME_T option.connect_time- corresponds to the CURLINFO_CONNECT_TIME_T option.appconnect_time- corresponds to the CURLINFO_APPCONNECT_TIME_T option.pretransfer_time- corresponds to the CURLINFO_PRETRANSFER_TIME_T option.starttransfer_time- corresponds to the CURLINFO_STARTTRANSFER_TIME_T option.