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

The first part in a section, contains metadata about the part. More...

Collaboration diagram for crow::multipart::header:

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

Detailed Description

The first part in a section, contains metadata about the part.

Member Data Documentation

◆ value

std::string crow::multipart::header::value

The first part of the header, usually Content-Type or Content-Disposition

◆ params

std::unordered_map<std::string, std::string> crow::multipart::header::params

The parameters of the header, come after the value


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