Definition at line 16 of file form.hpp.
|
| Form (const Form &)=delete |
|
| Form (Form &&) noexcept |
|
Form & | operator= (const Form &)=delete |
|
Form & | operator= (Form &&) noexcept |
|
void | AddContent (std::string_view key, std::string_view content) |
|
void | AddContent (std::string_view key, std::string_view content, utils::zstring_view content_type) |
|
void | AddBuffer (std::string_view key, utils::zstring_view file_name, const std::shared_ptr< std::string > &buffer) |
|
void | AddBuffer (std::string_view key, utils::zstring_view file_name, const std::shared_ptr< std::string > &buffer, utils::zstring_view content_type) |
|
The documentation for this class was generated from the following file: