ost::MIMEMultipartForm(3) | Library Functions Manual | ost::MIMEMultipartForm(3) |
ost::MIMEMultipartForm - The Multipart form is a MIME multipart document specific for the construction and delivery of form data to a web server through a post method.
#include <mime.h>
Inherits ost::MIMEMultipart.
MIMEMultipartForm ()
Construct a form result.
virtual ~MIMEMultipartForm ()
The Multipart form is a MIME multipart document specific for the construction and delivery of form data to a web server through a post method.
Author
deliver form results as multipart document.
Construct a form result. This is a MIMEMultipart of type multipart/form-data.
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Sun Dec 27 2020 | GNU CommonC++ |