userver: clients::http::Form Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
clients::http::Form Class Referencefinal

Public Member Functions

 Form (const Form &)=delete
 
 Form (Form &&)=delete
 
Formoperator= (const Form &)=delete
 
Formoperator= (Form &&)=delete
 
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)
 
const std::shared_ptr< curl::form > & GetNative () const
 

Detailed Description

Definition at line 14 of file form.hpp.


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