One part of the multipart message. More...
Public Member Functions | |
const header & | get_header_object (const std::string &key) const |
Public Attributes | |
mph_map | headers |
(optional) The first part before the data, Contains information regarding the type of data and encoding More... | |
std::string | body |
The actual data in the part. More... | |
One part of the multipart message.
It is usually separated from other sections by a boundary
|
inline |
mph_map crow::multipart::part::headers |
(optional) The first part before the data, Contains information regarding the type of data and encoding
std::string crow::multipart::part::body |
The actual data in the part.