This class is used to create MIME structures for multipart form data uploads.
It replaces the deprecated HTTPPOST option and provides more flexibility and features.
Remarks
The MIME API is available in libcurl 7.56.0 and later. If you're using an older
version of libcurl, you'll need to use the deprecated HTTPPOST option instead.
CurlMimeclass that acts as a wrapper around the native libcurl mime handle.This class is used to create MIME structures for multipart form data uploads. It replaces the deprecated HTTPPOST option and provides more flexibility and features.
Remarks
The MIME API is available in libcurl 7.56.0 and later. If you're using an older version of libcurl, you'll need to use the deprecated HTTPPOST option instead.
Example
Basic usage:
See