DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_MIMEMultipartForm.3.en
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:

David Sugar dyfet@ostel.com 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.

Wed Oct 31 2018 GNU CommonC++