The first part in a section, contains metadata about the part. More...
Public Attributes | |
std::string | value |
The first part of the header, usually Content-Type or Content-Disposition More... | |
std::unordered_map< std::string, std::string > | params |
The parameters of the header, come after the value More... | |
The first part in a section, contains metadata about the part.
std::string crow::multipart::header::value |
The first part of the header, usually Content-Type
or Content-Disposition
std::unordered_map<std::string, std::string> crow::multipart::header::params |
The parameters of the header, come after the value