Name | Summary | Category |
CURLINFO_EFFECTIVE_URL | Used in conjunction with [curl->get], retrieves the last used effective URL. | Curl |
CURLINFO_RESPONSE_CODE | Used in conjunction with [curl->get], retrieve the last received HTTP, FTP or SMTP response code. | Curl |
CURLINFO_HEADER_SIZE | Used in conjuction with [curl->get] to retrieve the total size of all the headers received. Measured in number of bytes. | Curl |
CURLINFO_REQUEST_SIZE | Used in conjuction with [curl->get] to retrieve the total size of the issued requests. This is so far only for HTTP requests. Note that this may be more than one request if FOLLOWLOCATION is... | Curl |
CURLINFO_SSL_VERIFYRESULT | Used in conjuction with [curl->get] to retrieve the result of the certification verification that was requested using [curl->set] with the CURLOPT_SSL_VERIFYPEER option. | Curl |
CURLINFO_FILETIME | [curlinfo_filetime] is used together with [curl->get]. It is used to receive the remote time of the retrieved document (in number of seconds since January 1, 1970 in the GMT/UTC time zone).... | Curl |
CURLINFO_REDIRECT_COUNT | Used in conjuction with [curl->get] to retrieve the total number of redirections that were actually followed. | Curl |
CURLINFO_HTTP_CONNECTCODE | Used in conjuction with [curl->get] to retrieve the last received proxy response code to a CONNECT request. | Curl |
CURLINFO_HTTPAUTH_AVAIL | Used in conjuction with [curl->get] to retrieve a bitmask indicating the authentication method(s) available. | Curl |
CURLINFO_PROXYAUTH_AVAIL | Used in conjuction with [curl->get] to retrieve a bitmask indicating the authentication method(s) available for your proxy authentication. | Curl |
CURLINFO_OS_ERRNO | Used in conjuction with [curl->get] to retrieve the errno variable from a connect failure. Note that the value is only set on failure, it is not reset upon a successful operation. | Curl |
CURLINFO_NUM_CONNECTS | Used in conjuction with [curl->get] to retrieve how many new connections libcurl had to create to achieve the previous transfer (only the successful connects are counted). | Curl |
CURLINFO_TOTAL_TIME | Used in conjuction with [curl->get] to retrieve the total time in seconds for the previous transfer, including name resolving, TCP connect etc. | Curl |
CURLINFO_NAMELOOKUP_TIME | Use in conjuntion with [curl->get] to retrieve the time, in seconds, it took from the start until the name resolving was completed. | Curl |
CURLINFO_PRETRANSFER_TIME | Used in conjuction with [curl->get] to retrieve the time, in seconds, it took from the start until the file transfer is just about to begin. This includes all pre-transfer commands and... | Curl |
CURLINFO_SIZE_UPLOAD | Used in conjuction with [curl->get] to retrieve the total amount of bytes that were uploaded. | Curl |
CURLINFO_SIZE_DOWNLOAD | Used in conjuction with [curl->get] to retrieve the total amount of bytes that were downloaded. The amount is only for the latest transfer and will be reset again for each new transfer. | Curl |
CURLINFO_SPEED_DOWNLOAD | Used in conjuction with [curl->get] to retrieve the average download speed that curl measured for the complete download. Measured in bytes/second. | Curl |
CURLINFO_SPEED_UPLOAD | Used in conjuction with [curl->get] to retrieve the average upload speed that curl measured for the complete upload. Measured in bytes/second. | Curl |
CURLINFO_STARTTRANSFER_TIME | Used in conjuction with [curl->get] to retrieve the time, in seconds, it took from the start until the first byte is received by libcurl. This includes CURLINFO_PRETRANSFER_TIME and also the... | Curl |
CURLINFO_REDIRECT_TIME | Used in conjuction with [curl->get] to retrieve the total time, in seconds, it took for all redirection steps include name lookup, connect, pretransfer and transfer before final transaction... | Curl |
CURLINFO_SSL_ENGINES | Used in conjuction with [curl->get] to retrieve the list of OpenSSL crypto-engines supported. Note that engines are normally implemented in separate dynamic libraries. Hence not all the... | Curl |
CURLOPT_CAINFO | Used in conjuction with [curl->set], pass a zero terminated string naming a file holding one or more certificates to verify the peer with. This makes sense only when used in combination with the... | Curl |
CURLOPT_AUTOREFERER | [curlopt_autoreferer] is used together with [curl->set]. The parameter expected by [curl->set] is an integer that will be used to specify whether [curl] should set the Referer: field when it... | Curl |
CURLOPT_BUFFERSIZE | [curlopt_buffersize] is used together with [curl->set]. The parameter expected by [curl->set] is an integer that will be used to indicate the your preferred size (in bytes) for the receive... | Curl |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft