ReadonlyACTIVESOCKETReadonlyAPPCONNECT_The time it took from the start until the SSL connect/handshake with the remote host was completed as a double in number of seconds.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_APPCONNECT_TIME.html
ReadonlyAPPCONNECT_The time it took from the start until the SSL connect/handshake with the remote host was completed in number of microseconds. (Added in 7.60.0)
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_APPCONNECT_TIME_T.html
ReadonlyCAINFOGet the default value for CURLOPT_CAINFO.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CAINFO.html
ReadonlyCAPATHGet the default value for CURLOPT_CAPATH.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CAPATH.html
ReadonlyCERTINFOCertificate chain.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CERTINFO.html
ReadonlyCONDITION_Whether or not a time conditional was met or 304 HTTP response.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONDITION_UNMET.html
ReadonlyCONN_The ID of the last connection used by the transfer. (Added in 8.2.0)
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONN_ID.html
ReadonlyCONNECT_The time it took from the start until the connect to the remote host (or proxy) was completed. As a double.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONNECT_TIME.html
ReadonlyCONNECT_The time it took from the start until the connect to the remote host (or proxy) was completed. In microseconds. See CURLINFO_CONNECT_TIME_T.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONNECT_TIME_T.html
ReadonlyCONTENT_(Deprecated) Content length from the Content-Length header.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONTENT_LENGTH_DOWNLOAD.html
ReadonlyCONTENT_Content length from the Content-Length header.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.html
ReadonlyCONTENT_(Deprecated) Upload size.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONTENT_LENGTH_UPLOAD.html
ReadonlyCONTENT_Upload size.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONTENT_LENGTH_UPLOAD_T.html
ReadonlyCONTENT_Content type from the Content-Type: header.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_CONTENT_TYPE.html
ReadonlyCOOKIELISTList of all known cookies.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_COOKIELIST.html
ReadonlyEARLYDATA_Amount of TLS early data sent (in number of bytes) when CURLSSLOPT_EARLYDATA is enabled.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_EARLYDATA_SENT_T.html
ReadonlyEFFECTIVE_Last used HTTP method.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_EFFECTIVE_METHOD.html
ReadonlyEFFECTIVE_Last used URL.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_EFFECTIVE_URL.html
ReadonlyFILETIMERemote time of the retrieved document.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_FILETIME.html
ReadonlyFILETIME_Remote time of the retrieved document.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_FILETIME_T.html
ReadonlyFTP_The entry path after logging in to an FTP server.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_FTP_ENTRY_PATH.html
ReadonlyHEADER_Number of bytes of all headers received.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_HEADER_SIZE.html
ReadonlyHTTP_Last proxy CONNECT response code.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_HTTP_CONNECTCODE.html
ReadonlyHTTP_The http version used in the connection.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_HTTP_VERSION.html
ReadonlyHTTPAUTH_Available HTTP authentication methods.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_HTTPAUTH_AVAIL.html
ReadonlyHTTPAUTH_Used HTTP authentication method.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_HTTPAUTH_USED.html
ReadonlyLASTSOCKET(Deprecated) Last socket used.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_LASTSOCKET.html
ReadonlyLOCAL_Source IP address of the last connection.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_LOCAL_IP.html
ReadonlyLOCAL_Source port number of the last connection.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_LOCAL_PORT.html
ReadonlyNAMELOOKUP_Time from start until name resolving completed as a double.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_NAMELOOKUP_TIME.html
ReadonlyNAMELOOKUP_Time from start until name resolving completed in number of microseconds.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_NAMELOOKUP_TIME_T.html
ReadonlyNUM_Number of new successful connections used for previous transfer.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_NUM_CONNECTS.html
ReadonlyOS_The errno from the last failure to connect.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_OS_ERRNO.html
ReadonlyPOSTTRANSFER_The time it took from the start until the last byte is sent by libcurl. In microseconds. (Added in 8.10.0)
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_POSTTRANSFER_TIME_T.html
ReadonlyPRETRANSFER_The time it took from the start until the file transfer is just about to begin. This includes all pre-transfer commands and negotiations that are specific to the particular protocol(s) involved.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PRETRANSFER_TIME.html
ReadonlyPRETRANSFER_The time it took from the start until the file transfer is just about to begin. This includes all pre-transfer commands and negotiations that are specific to the particular protocol(s) involved. In microseconds.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PRETRANSFER_TIME_T.html
ReadonlyPRIMARY_Destination IP address of the last connection.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PRIMARY_IP.html
ReadonlyPRIMARY_Destination port of the last connection.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PRIMARY_PORT.html
ReadonlyPRIVATEUser's private data pointer.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PRIVATE.html
ReadonlyPROTOCOL(Deprecated) The protocol used for the connection.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PROTOCOL.html
ReadonlyPROXY_Detailed proxy error.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PROXY_ERROR.html
ReadonlyPROXY_Proxy certificate verification result.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PROXY_SSL_VERIFYRESULT.html
ReadonlyPROXYAUTH_Available HTTP proxy authentication methods.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PROXYAUTH_AVAIL.html
ReadonlyPROXYAUTH_Used HTTP proxy authentication methods.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_PROXYAUTH_USED.html
ReadonlyQUEUE_The time during which the transfer was held in a waiting queue before it could start for real in number of microseconds. (Added in 8.6.0)
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_QUEUE_TIME_T.html
ReadonlyREDIRECT_Total number of redirects that were followed.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_REDIRECT_COUNT.html
ReadonlyREDIRECT_The time it took for all redirection steps include name lookup, connect, pretransfer and transfer before final transaction was started. So, this is zero if no redirection took place. As a double.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_REDIRECT_TIME.html
ReadonlyREDIRECT_The time it took for all redirection steps include name lookup, connect, pretransfer and transfer before final transaction was started. So, this is zero if no redirection took place. In number of microseconds.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_REDIRECT_TIME_T.html
ReadonlyREDIRECT_URL a redirect would take you to, had you enabled redirects.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_REDIRECT_URL.html
ReadonlyREFERERReferrer header.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_REFERER.html
ReadonlyREQUEST_Number of bytes sent in the issued HTTP requests.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_REQUEST_SIZE.html
ReadonlyRESPONSE_Last received response code.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_RESPONSE_CODE.html
ReadonlyRETRY_The value from the Retry-After header.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_RETRY_AFTER.html
ReadonlyRTSP_The RTSP client CSeq that is expected next.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_RTSP_CLIENT_CSEQ.html
ReadonlyRTSP_RTSP CSeq last received.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_RTSP_CSEQ_RECV.html
ReadonlyRTSP_The RTSP server CSeq that is expected next.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_RTSP_SERVER_CSEQ.html
ReadonlyRTSP_RTSP session ID.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_RTSP_SESSION_ID.html
ReadonlySCHEMEThe scheme used for the connection.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SCHEME.html
ReadonlySIZE_(Deprecated) Number of bytes downloaded.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SIZE_DOWNLOAD.html
ReadonlySIZE_Number of bytes downloaded.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SIZE_DOWNLOAD_T.html
ReadonlySIZE_(Deprecated) Number of bytes uploaded.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SIZE_UPLOAD.html
ReadonlySIZE_Number of bytes uploaded.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SIZE_UPLOAD_T.html
ReadonlySPEED_(Deprecated) Average download speed.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SPEED_DOWNLOAD.html
ReadonlySPEED_Average download speed.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SPEED_DOWNLOAD_T.html
ReadonlySPEED_(Deprecated) Average upload speed.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SPEED_UPLOAD.html
ReadonlySPEED_Average upload speed in number of bytes per second.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SPEED_UPLOAD_T.html
ReadonlySSL_A list of OpenSSL crypto engines.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SSL_ENGINES.html
ReadonlySSL_Certificate verification result.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_SSL_VERIFYRESULT.html
ReadonlySTARTTRANSFER_The time it took from the start until the first byte is received by libcurl. As a double.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_STARTTRANSFER_TIME.html
ReadonlySTARTTRANSFER_The time it took from the start until the first byte is received by libcurl. In microseconds.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_STARTTRANSFER_TIME_T.html
ReadonlyTLS_(Deprecated) TLS session info that can be used for further processing. See CURLINFO_TLS_SESSION. Use CURLINFO_TLS_SSL_PTR instead.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_TLS_SESSION.html
ReadonlyTLS_TLS session info that can be used for further processing.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_TLS_SSL_PTR.html
ReadonlyTOTAL_Total time of previous transfer.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_TOTAL_TIME.html
ReadonlyTOTAL_Total time of previous transfer.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_TOTAL_TIME_T.html
ReadonlyUSED_Whether the proxy was used (Added in 8.7.0).
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_USED_PROXY.html
ReadonlyXFER_The ID of the transfer. (Added in 8.2.0)
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_XFER_ID.html
The session's active socket.
Official libcurl documentation: https://curl.haxx.se/libcurl/c/CURLINFO_ACTIVESOCKET.html