MoneyWorks Manual
Edit
Curl_Close (curlhandle)
Result Type: no return value
Definition: Releases the curl handle. Call this when you are finished with the handle (if you fail to do so, it will be garbage collected automatically when the script is unloaded).
Availability: available within MWScript handlers.
See Also:
Base64Decode: String from a base64 encoding
Base64Encode: Base64 of a string
Curl_Exec: Execute a CURL session
Curl_Init: Start a CURL session
URLEncode: Convert url unsafe characters in a string to "%xx”