ark::comms::HttpMultiPartBody
Defined in header “ark/comms/http_helpers.hh”.
A body containing a multi-part HTTP upload and its content type. You can pass this through the standard HTTP helpers.
Variables
-
std::string content_type
The content-type to use. -
ark::core::ByteBuffer body
The body to attach.