Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CURL | MBS CURL Plugin | 18.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You can provide data via file path, folderitem, data in memoryblock or string.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
Constant | Value | Description |
---|---|---|
kEncoding7bit | "7bit" |
7bit |
kEncoding8bit | "8bit" |
8bit |
kEncodingBase64 | "base64" |
Base64 |
kEncodingBinary | "binary" |
Binary mode |
kEncodingNone | "" |
No mode, so data is passed through and header has no encoding defined. |
kEncodingQuotedPrintable | "quoted-printable" |
Quoted printable |
Constant | Value | Description |
---|---|---|
kMimeTypeGIF | "image/gif" |
GIF |
kMimeTypeHTML | "text/html" |
HTML |
kMimeTypeJPEG | "image/jpeg" |
JPEG |
kMimeTypePDF | "application/pdf" |
PDF |
kMimeTypePNG | "image/png" |
PNG |
kMimeTypeSVG | "image/svg+xml" |
SVG |
kMimeTypeText | "text/plain" |
Text |
kMimeTypeXML | "application/xml" |
XML |
This class has no sub classes.
The items on this page are in the following plugins: MBS CURL Plugin.
CURLSMBS - CURLSMissingFunctionExceptionMBS