Edit

Curl_GetOpt (curlhandle, curlopt)

Definition: Retrieve a handle previously set on the curl object by Curl_SetOpt. Valid options to retrieve are CURLOPT_WRITEDATA. CURLOPT_READDATA. CURLOPT_HEADERDATA. CURLOPT_PROGRESSDATA. CURLOPT_PRIVATE. In MoneyWorks CURLOPT_PRIVATE stores a string. Use this in a Curl_AsyncExec completion handler when you need to access file handles or other data associated with the request.

See Also:

Base64Decode: String from a base64 encoding

Base64Encode: Base64 of a string

Curl_AsyncExec: Execute a CURL session on a background thread

Curl_Close: Finish with a CURL session

Curl_Exec: Execute a CURL session

Curl_GetInfo: Get information about a CURL transfer

Curl_Init: Start a CURL session

Curl_StrError: Get an error message from a CURL object

URLEncode: Convert url unsafe characters in a string to "%xx”