info. Retrieving information about last request [3.4.4]
|
Name
|
Type
|
libcurl analog
|
Description
|
appconnect_time
|
CURLINFO_APPCONNECT_TIME
|
Time from start until SSL/SSH handshake completed.
| |
connect_time
|
CURLINFO_CONNECT_TIME
|
Time from start until remote host or proxy completed.
| |
content_length_download
|
CURLINFO_CONTENT_LENGTH_DOWNLOAD
|
Content length from the Content-Length header.
| |
content_length_upload
|
CURLINFO_CONTENT_LENGTH_UPLOAD
|
Upload size from the Content-Length header.
| |
content_type
|
CURLINFO_CONTENT_TYPE
|
Content type from the Content-Type header.
| |
effective_url
|
CURLINFO_EFFECTIVE_URL
|
Last used URL.
| |
header_size
|
CURLINFO_HEADER_SIZE
|
Number of bytes of all headers received.
| |
httpauth_avail
|
CURLINFO_HTTPAUTH_AVAIL
|
Available HTTP authentication methods.
| |
namelookup_time
|
CURLINFO_NAMELOOKUP_TIME
|
Time from start until name resolving completed.
| |
num_connects
|
CURLINFO_NUM_CONNECTS
|
Number of new successful connections used for previous transfer.
| |
os_errno
|
CURLINFO_OS_ERRNO
|
The errno from the last failure to connect.
| |
pretransfer_time
|
CURLINFO_PRETRANSFER_TIME
|
Time from start until just before the transfer begins.
| |
primary_ip
|
CURLINFO_PRIMARY_IP
|
IP address of the last connection.
| |
proxyauth_avail
|
CURLINFO_PROXYAUTH_AVAIL
|
Available HTTP proxy authentication methods.
| |
redirect_count
|
CURLINFO_REDIRECT_COUNT
|
Total number of redirects that were followed.
| |
redirect_time
|
CURLINFO_REDIRECT_TIME
|
Time taken for all redirect steps before the final transfer.
| |
redirect_url
|
CURLINFO_REDIRECT_URL
|
URL a redirect would take you to, had you enabled redirects.
| |
request_size
|
CURLINFO_REQUEST_SIZE
|
Number of bytes sent in the issued HTTP requests.
| |
response_code
|
CURLINFO_RESPONSE_CODE
|
Last received response code.
| |
size_download
|
CURLINFO_SIZE_DOWNLOAD
|
Number of bytes downloaded.
| |
size_upload
|
CURLINFO_SIZE_UPLOAD
|
Number of bytes uploaded.
| |
speed_download
|
CURLINFO_SPEED_DOWNLOAD
|
Average download speed.
| |
speed_upload
|
CURLINFO_SPEED_UPLOAD
|
Average upload speed.
| |
ssl_verifyresult
|
CURLINFO_SSL_VERIFYRESULT
|
Certificate verification result.
| |
starttransfer_time
|
CURLINFO_STARTTRANSFER_TIME
|
Time from start until just when the first byte is received.
| |
total_time
|
CURLINFO_TOTAL_TIME
|
Total time of previous transfer.
|
Copyright © 19972021 Art. Lebedev Studio | http://www.artlebedev.com | Last updated: 23.04.2016 |