|
Malloy
|
#include <multipart_parser.hpp>
Public Member Functions | |
| part (const part &)=default | |
| part (part &&) noexcept=default | |
| part & | operator= (const part &)=default |
| part & | operator= (part &&) noexcept=default |
Public Attributes | |
| std::string_view | disposition |
| std::string_view | type |
| std::string_view | content |
Type to represent a single part of a multipart/form-data message.