ark::comms::HttpMultiPartIndividualBody
Defined in header “ark/comms/http_helpers.hh”.
A request for a multi-part upload file. This can be provided to specify the raw file contents along with its type.
Variables
-
std::string content_type
The content-type to use. -
std::string field_name
The field name this body belongs to. -
std::string filename
The filename for this object. -
ark::core::ByteBuffer body
The body to attach.