D++ (DPP)
C++ Discord API Bot Library
|
Represents a multipart mime body and the correct top-level mime type If a non-multipart request is passed in, this is represented as a plain body and the application/json mime type. More...
#include <httpsclient.h>
Public Attributes | |
std::string | body |
Multipart body. More... | |
std::string | mimetype |
MIME type. More... | |
Represents a multipart mime body and the correct top-level mime type If a non-multipart request is passed in, this is represented as a plain body and the application/json mime type.
std::string dpp::multipart_content::body |
Multipart body.
std::string dpp::multipart_content::mimetype |
MIME type.