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

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

#include <multipart.h>

Public Member Functions

 operator int () const
 Returns value as integer.
 
 operator double () const
 Returns value as double.
 

Public Attributes

std::string value
 The first part of the header, usually Content-Type or Content-Disposition
 
std::unordered_map< std::string, std::string > params
 The parameters of the header, come after the value
 

Detailed Description

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


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