This is a document part type for use in submitting multipart form data to a web server.
More...
#include <mime.h>
Public Member Functions |
| void | body (std::ostream *output) |
| | Stream content (value) of this form data field.
|
| void | head (std::ostream *output) |
| | Stream header, Content-Disposition form-data.
|
| | MIMEFormData (MIMEMultipartForm *top, char *name, char *content) |
| | Construct form data field part of multipart form.
|
Additional Inherited Members |
| | MIMEItemPart (MIMEMultipart *top, char *ct) |
| | Construct and attach a document part to a multipart document.
|
Detailed Description
This is a document part type for use in submitting multipart form data to a web server.
- Author
- David Sugar dyfet.nosp@m.@ost.nosp@m.el.co.nosp@m.m multipart document part for web form data field.
Definition at line 182 of file mime.h.
Constructor & Destructor Documentation
| ost::MIMEFormData::MIMEFormData |
( |
MIMEMultipartForm * |
top, |
|
|
char * |
name, |
|
|
char * |
content |
|
) |
| |
Construct form data field part of multipart form.
- Parameters
-
| top | multipart form this is part of |
| name | of form data field |
| content | of form data field |
Member Function Documentation
| void ost::MIMEFormData::body |
( |
std::ostream * |
output | ) |
|
|
virtual |
Stream content (value) of this form data field.
- Parameters
-
| output | stream to send body to. |
Implements ost::MIMEItemPart.
| void ost::MIMEFormData::head |
( |
std::ostream * |
output | ) |
|
|
virtual |
Stream header, Content-Disposition form-data.
- Parameters
-
| output | stream to send header to. |
Reimplemented from ost::MIMEItemPart.
The documentation for this class was generated from the following file: