Lines Matching refs:from
16 curl_easy_getinfo - extract information from a curl handle
47 The time it took from the start until the SSL connect/handshake with the
52 The time it took from the start until the SSL connect/handshake with the
75 The time it took from the start until the connect to the remote host (or
80 The time it took from the start until the connect to the remote host (or
90 (**Deprecated**) Content length from the Content-Length header.
95 Content length from the Content-Length header.
108 Content type from the `Content-Type:` header. We recommend using
171 Time from start until name resolving completed as a double. See
176 Time from start until name resolving completed in number of microseconds. See
186 The errno from the last failure to connect. See CURLINFO_OS_ERRNO(3)
190 The time it took from the start until the last byte is sent by libcurl.
195 The time it took from the start until the file transfer is just about to
202 The time it took from the start until the file transfer is just about to
278 The value from the Retry-After header. See CURLINFO_RETRY_AFTER(3)
343 The time it took from the start until the first byte is received by libcurl.
348 The time it took from the start until the first byte is received by libcurl.
379 An overview of the time values available from curl_easy_getinfo(3)