Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
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