This is a document part type for use in submitting multipart form data to a web server.
More...
#include <mime.h>
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 184 of file mime.h.
virtual MIMEFormData::~MIMEFormData |
( |
| ) |
|
|
protectedvirtual |
MIMEFormData::MIMEFormData |
( |
MIMEMultipartForm * |
top, |
|
|
const char * |
name, |
|
|
const 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 |
void MIMEFormData::body |
( |
std::ostream * |
output | ) |
|
|
virtual |
Stream content (value) of this form data field.
- Parameters
-
output | stream to send body to. |
Implements MIMEItemPart.
void MIMEFormData::head |
( |
std::ostream * |
output | ) |
|
|
virtual |
Stream header, Content-Disposition form-data.
- Parameters
-
output | stream to send header to. |
Reimplemented from MIMEItemPart.
const char* MIMEFormData::content |
|
protected |
const char* MIMEItemPart::ctype |
|
protectedinherited |
const char* MIMEFormData::name |
|
protected |
The documentation for this class was generated from the following file: