The first part in a section, contains metadata about the part. More...
#include <multipart_view.h>
Public Member Functions | |
operator int () const | |
Returns value as integer. | |
operator double () const | |
Returns value as double. | |
Public Attributes | |
std::string_view | value |
The first part of the header, usually Content-Type or Content-Disposition | |
std::unordered_map< std::string_view, std::string_view > | params |
The parameters of the header, come after the value | |
The first part in a section, contains metadata about the part.