Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Queries all CURL options set for this CURL handle.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Returns JSON or error.
Query options set:
Set Field [ CURL Test::header ; MBS("CURL.Options"; $curl) ]
Example result:
{
"URL": "http://www.monkeybreadsoftware.de/",
"Verbose": 1,
"NoProgress": 0,
"FollowLocation": 1,
"SSLVerifyPeer": 0,
"MaxRedirs": 3,
"ConnectionTimeout": 10,
"SSLVerifyHost": 0,
"NoSignal": 1,
"DisallowUserNameInURL": 1,
"UploadBufferSize": 32768
}
This function is free to use.
Created 22nd August 2022, last changed 21st June 2023