Name | Summary | Category |
CURLINFO_CONTENT_TYPE | Use in conjuction with [curl->get] to retrieve the content-type of the downloaded object. This is the value read from the Content-Type: field. If NULL, it means that the server didn't send a... | Curl |
CURLINFO_CONNECT_TIME | Used in conjuction with [curl->get] to retrieve the time, in seconds, it took from the start until the connect to the remote host (or proxy) was completed. | Curl |
CURLINFO_CONTENT_LENGTH_DOWNLOAD | Used in conjuction with [curl->get] to retrieve the content-length of the download. This is the value read from the Content-Length: field. Returns -1 if the size isn't known. | Curl |
CURLINFO_CONTENT_LENGTH_UPLOAD | Used in conjuction with [curl->get] to retrieve the specified size of the upload. Returns -1 if the size isn't known. | Curl |
CURLFTPSSL_NONE | [curlftpssl_none] is used together with [curl->set] and [curl_ftp_ssl]. It alters which level of SSL curl should use for the transfer. | Curl |
CURLFTPSSL_TRY | Used as a parameter of [curl->set] and CURLOPT_FTP_SSL to direct curl to try using SSL, proceed anyway otherwise. | Curl |
CURLFTPSSL_CONTROL | Used as a parameter of [curl->set] and CURLOPT_FTP_SSL to direct curl to use SSL for the control connection or fail. | Curl |
CURLFTPSSL_ALL | Used as a parameter of [curl->set] and CURLOPT_FTP_SSL to direct curl to use SSL for all communication or fail. | Curl |
CURLFTPAUTH_DEFAULT | Used with [curl->set] and CURLOPT_FTPSSLAUTH to direct curl to alter how libcurl issues "AUTH TLS" or "AUTH SSL" when FTP over SSL is... | Curl |
CURLFTPAUTH_SSL | Used with [curl->set] and CURLOPT_FTPSSLAUTH to direct curl to alter how libcurl issues "AUTH TLS" or "AUTH SSL" when FTP over SSL is activated. CURLFTPAUTH_DEFAULT instructs... | Curl |
CURLFTPAUTH_TLS | Used with [curl->set] and CURLOPT_FTPSSLAUTH to direct curl to alter how libcurl issues "AUTH TLS" or "AUTH SSL" when FTP over SSL is activated. CURLFTPAUTH_DEFAULT instructs... | Curl |
CURLE_UNSUPPORTED_PROTOCOL | [curle_unsupported_protocol] returns the error code given when the URL passed to curl used a protocol that this version or distribution of the library doesn't support. | Curl |
CURLE_URL_MALFORMAT | [curle_url_malformat] returns the error code given when the URL was not properly formatted. | Curl |
CURLE_SSL_CONNECT_ERROR | [curle_ssl_connect_error] returns the error code given when a problem occurred somewhere in the SSL/TLS handshake. | Curl |
CURLE_TOO_MANY_REDIRECTS | [curle_too_many_redirects] returns the error code given when too many redirects occurred. Set your limit with [curlopt_maxredirs]. | Curl |
CURLE_UNKNOWN_TELNET_OPTION | [curle_unknown_telnet_option] returns the error code given when an option set with [curlopt_telnetoptions] was not recognized or known. Refer to the Telnet documentation for more information. | Curl |
CURLE_TELNET_OPTION_SYNTAX | [curle_telnet_option_syntax] returns the error code given when a telnet option string was illegally formatted. | Curl |
CURLE_SSL_PEER_CERTIFICATE | [curle_ssl_peer_certificate] returns the error code given when the remote server's SSL certificate or SSH md5 fingerprint was considered not OK. | Curl |
CURLE_SSL_ENGINE_NOTFOUND | [curle_ssl_engine_notfound] returns the error code given when the specified crypto engine was not found. | Curl |
CURLE_SSL_ENGINE_SETFAILED | [curle_ssl_engine_setfailed] returns the error code given when curl failed to set the selected SSL crypto engine as default. | Curl |
CURLE_SSL_CERTPROBLEM | [curle_ssl_certproblem] returns the error code given when there's a problem with the local client certificate. | Curl |
CURLE_SSL_CIPHER | [curle_ssl_cipher] returns the error code given when curl couldn't use the specified cipher. | Curl |
CURLE_SSL_ENGINE_INITFAILED | [curle_ssl_engine_initfailed] returns the error code given when initiating the SSL Engine failed. | Curl |
curl->get | [curl->get] extracts information from a [curl] variable. Request information from a curl operation with this method. The first parameter is one of the libcurl methods starting with... | Curl |
curl->header | No description available. | 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