Crow  1.0
A C++ microframework for the web
crow::multipart::part Struct Reference

One part of the multipart message. More...

Collaboration diagram for crow::multipart::part:

Public Member Functions

const headerget_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...
 

Detailed Description

One part of the multipart message.

It is usually separated from other sections by a boundary

Member Function Documentation

◆ get_header_object()

const header& crow::multipart::part::get_header_object ( const std::string &  key) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ headers

mph_map crow::multipart::part::headers

(optional) The first part before the data, Contains information regarding the type of data and encoding

◆ body

std::string crow::multipart::part::body

The actual data in the part.


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