Your opinion will help to improve our service
Leave a feedback >Public Member Functions | |
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, const std::string &content_type) |
void | AddBuffer (const std::string &key, const std::string &file_name, const std::shared_ptr< std::string > &buffer) |
void | AddBuffer (const std::string &key, const std::string &file_name, const std::shared_ptr< std::string > &buffer, const std::string &content_type) |