D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::multipart_content Struct Reference

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"

Collaboration diagram for dpp::multipart_content:

Public Attributes

std::string body
 Multipart body. More...
 
std::string mimetype
 MIME type. More...
 

Detailed Description

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.

Member Data Documentation

◆ body

std::string dpp::multipart_content::body

Multipart body.

Referenced by main().

◆ mimetype

std::string dpp::multipart_content::mimetype

MIME type.


The documentation for this struct was generated from the following file: