Lasso Soft Inc. > Home

Name Summary Category
curltoken [curltoken] is a data type that holds information about a libcurl session. Curl
curl_easy_init [curl_easy_init] starts a libcurl easy session. This function must be the first function to call, and it returns a [curltoken] that you must use as input to other easy-functions.... Curl
curl_easy_duphandle [curl_easy_duphandle] makes a copy of the given [curltoken]. It is used to reuse the options set for a curl session. The [curltoken] may not be in use when it is being duplicated. Curl
curl_easy_cleanup [curl_easy_cleanup] ends a libcurl easy session. It must be the last method to call for an easy session. It is the opposite of the [curl_easy_init] method and must be called with the same... Curl
curl_easy_getinfo [curl_easy_getinfo] extracts information from a [curltoken].
Request internal information from the curl session with this method. The second parameter is one of the libcurl methods...
Curl
curl_easy_reset [curl_easy_reset] re-initializes all options previously set on a specified [curltoken] to the default values. This puts back the [curltoken] to the same state as it was in when it was just created... Curl
curl_easy_setopt [curl_easy_setopt] is used together with the [curlopt_*] methods. They are all used for the same purpose – to set different options for the curl operation. For more information, look at... Curl
curl_easy_strerror [curl_easy_strerror] returns a string describing the given error code. Curl
CURLOPT_PROXYUSERPWD Used with [curl->set] to define the authentication in the format [user name]:[password] to use for the connection to the HTTP proxy. Use CURLOPT_PROXYAUTH to decide the authentication method. Curl
CURLOPT_USERPWD [curlopt_userpwd] is used together with [curl->set]. The parameter expected by [curl->set] is a string that will be used to authenticate with the remote server. The string should be... Curl
CURLOPT_PROXYAUTH Use with [curl->set] to set a parameter, which is set to a bitmask, to tell curl which authentication method(s) you want it to use for your proxy authentication. Currently only Basic,... Curl
CURLOPT_PROXYPORT Use with [curl->set] to set the proxy port to connect to unless it is specified in the proxy string CURLOPT_PROXY. Curl
CURLOPT_PROXYTYPE Use with [curl->set] to set type of the proxy. Available options for this are CURLPROXY_HTTP, CURLPROXY_HTTP_1_0, CURLPROXY_SOCKS4, CURLPROXY_SOCKS5, CURLPROXY_SOCKS4A and... Curl
CURLOPT_PUT Used with [curl->set]. When set to 1 tells the library to use HTTP PUT to transfer data. The data should be set with [CURLOPT_READDATA] and [CURLOPT_INFILESIZE]. This option is... Curl
CURLOPT_TCP_NODELAY Use with [curl->set], specifies whether the TCP_NODELAY option is to be set or cleared (1 = set, 0 = clear). The option is cleared by default. This will have no effect after the connection... Curl
CURLOPT_UNRESTRICTED_AUTH Used with [curl->set]. A parameter set to 1 tells the library it can continue to send authentication (user+password) when following locations, even when hostname changed. This option is... Curl
CURLOPT_VERBOSE Used in conjuction with [curl->set] to direct curl to display a lot of verbose information about its operations. Set the parameter to 1 to get the library to display a lot of verbose... Curl
curl->token [curl->token] returns the [curltoken] for a [curl] variable. Curl
curl->URL [curl->url] returns or sets the URL used for the curl operation. Curl
curl->set [curl->set] is used together with the [curlopt_*] methods. They are all used for the same purpose – to set different options for the curl operation. For more information, look at the... Curl
curl->result [curl->result] returns the body data recevied from a curl operation. The data is returned as [bytes] Curl
curl->statusCode [curl->statuscode] returns the last statuscode received after performing a curl operation. Curl
curl->raw [curl->raw] returns the current result of a curl operation. It is returned as a staticarray with three elements
  1. boolean value stating whether the operation is complete or...
Curl
curl->version [curl->version] returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version). If the boolean true is passed as a... Curl
curl->upload [curl->upload] will upload a file to the specified remote server. Accepts one parameter which can be either a string, a file object, or a bytes type. If the parameter is a string,... Curl
Showing 326 - 350 of 2,580

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft