boost::burl::multipart_form::text
Append a text part to the form.
Synopsis
Declared in <boost/burl/multipart_form.hpp>
multipart_form&
text(
std::string_view name,
std::string value,
std::string_view content_type = {});
Parameters
Name |
Description |
name |
The name of the form field. |
value |
The contents of the part. |
content_type |
The value for the |
Created with MrDocs