All curl_easy_getinfo options listed
All existing options for curl_easy_getinfo in alphabetical order.
| CURLINFO_ACTIVESOCKET | active socket |
| CURLINFO_APPCONNECT_TIME | time until the SSL/SSH handshake is completed |
| CURLINFO_APPCONNECT_TIME_T | time until the SSL/SSH handshake completed |
| CURLINFO_CAINFO | default built-in CA certificate path |
| CURLINFO_CAPATH | default built-in CA path string |
| CURLINFO_CERTINFO | TLS certificate chain |
| CURLINFO_CONDITION_UNMET | unmet time conditional or 304 HTTP response |
| CURLINFO_CONNECT_TIME | time to connect |
| CURLINFO_CONNECT_TIME_T | time to connect |
| CURLINFO_CONN_ID | ID of the last connection |
| CURLINFO_CONTENT_LENGTH_DOWNLOAD | content-length of download |
| CURLINFO_CONTENT_LENGTH_DOWNLOAD_T | content-length of download |
| CURLINFO_CONTENT_LENGTH_UPLOAD | specified size of the upload |
| CURLINFO_CONTENT_LENGTH_UPLOAD_T | specified size of the upload |
| CURLINFO_CONTENT_TYPE | Content-Type of response |
| CURLINFO_COOKIELIST | all known cookies |
| CURLINFO_EARLYDATA_SENT_T | number of bytes sent as TLS early data |
| CURLINFO_EFFECTIVE_METHOD | last used HTTP request method |
| CURLINFO_EFFECTIVE_URL | last used URL |
| CURLINFO_FILETIME | remote time of the retrieved document |
| CURLINFO_FILETIME_T | remote time of the retrieved resource |
| CURLINFO_FTP_ENTRY_PATH | entry path in FTP server |
| CURLINFO_HEADER_SIZE | size of response headers |
| CURLINFO_HTTPAUTH_AVAIL | available HTTP authentication methods |
| CURLINFO_HTTPAUTH_USED | used HTTP authentication method |
| CURLINFO_HTTP_CONNECTCODE | CONNECT response code |
| CURLINFO_HTTP_VERSION | HTTP version used in the transfer |
| CURLINFO_LASTSOCKET | last socket used |
| CURLINFO_LOCAL_IP | local IP address of last connection |
| CURLINFO_LOCAL_PORT | latest local port number |
| CURLINFO_NAMELOOKUP_TIME | name lookup time |
| CURLINFO_NAMELOOKUP_TIME_T | name lookup time in microseconds |
| CURLINFO_NUM_CONNECTS | number of created connections |
| CURLINFO_OS_ERRNO | errno number from last connect failure |
| CURLINFO_POSTTRANSFER_TIME_T | time to last byte sent |
| CURLINFO_PRETRANSFER_TIME | time to transfer start |
| CURLINFO_PRETRANSFER_TIME_T | time to transfer start |
| CURLINFO_PRIMARY_IP | IP address of last connection |
| CURLINFO_PRIMARY_PORT | last destination port number |
| CURLINFO_PRIVATE | private pointer |
| CURLINFO_PROTOCOL | URL scheme used in transfer |
| CURLINFO_PROXYAUTH_AVAIL | HTTP proxy authentication methods |
| CURLINFO_PROXYAUTH_USED | HTTP proxy authentication method |
| CURLINFO_PROXY_ERROR | detailed (SOCKS) proxy error |
| CURLINFO_PROXY_SSL_VERIFYRESULT | result of proxy certificate verification |
| CURLINFO_QUEUE_TIME_T | time this transfer was queued |
| CURLINFO_REDIRECT_COUNT | number of redirects |
| CURLINFO_REDIRECT_TIME | time for all redirection steps |
| CURLINFO_REDIRECT_TIME_T | time for all redirection steps |
| CURLINFO_REDIRECT_URL | URL a redirect would go to |
| CURLINFO_REFERER | used HTTP referrer request header |
| CURLINFO_REQUEST_SIZE | size of sent request |
| CURLINFO_RESPONSE_CODE | last response code |
| CURLINFO_RETRY_AFTER | returns the Retry-After retry delay |
| CURLINFO_RTSP_CLIENT_CSEQ | next RTSP client CSeq |
| CURLINFO_RTSP_CSEQ_RECV | last received RTSP CSeq |
| CURLINFO_RTSP_SERVER_CSEQ | next RTSP server CSeq |
| CURLINFO_RTSP_SESSION_ID | RTSP session ID |
| CURLINFO_SCHEME | URL scheme used in transfer |
| CURLINFO_SIZE_DOWNLOAD | number of downloaded bytes |
| CURLINFO_SIZE_DOWNLOAD_T | number of downloaded bytes |
| CURLINFO_SIZE_UPLOAD | number of uploaded bytes |
| CURLINFO_SIZE_UPLOAD_T | number of uploaded bytes |
| CURLINFO_SPEED_DOWNLOAD | download speed |
| CURLINFO_SPEED_DOWNLOAD_T | download speed |
| CURLINFO_SPEED_UPLOAD | upload speed |
| CURLINFO_SPEED_UPLOAD_T | upload speed |
| CURLINFO_SSL_ENGINES | an slist of OpenSSL crypto-engines |
| CURLINFO_SSL_VERIFYRESULT | result of the certificate verification |
| CURLINFO_STARTTRANSFER_TIME | time to first byte received |
| CURLINFO_STARTTRANSFER_TIME_T | time to first byte received |
| CURLINFO_TLS_SESSION | TLS session info |
| CURLINFO_TLS_SSL_PTR | TLS session info |
| CURLINFO_TOTAL_TIME | total time of previous transfer |
| CURLINFO_TOTAL_TIME_T | total time of previous transfer |
| CURLINFO_USED_PROXY | whether the transfer used a proxy |
| CURLINFO_XFER_ID | ID of the transfer |