#include <mime.h>
Inheritance diagram for ost::MIMEFormData::
Public Methods | |
void | head (std::ostream *output) |
Stream header, Content-Disposition form-data. More... | |
void | body (std::ostream *output) |
Stream content (value) of this form data field. More... | |
MIMEFormData (MIMEMultipartForm *top, const char *name, const char *content) | |
Construct form data field part of multipart form. More... | |
Protected Methods | |
virtual | ~MIMEFormData () |
Protected Attributes | |
const char* | content |
const char* | name |
|
|
|
Construct form data field part of multipart form.
|
|
Stream content (value) of this form data field.
Reimplemented from ost::MIMEItemPart. |
|
Stream header, Content-Disposition form-data.
Reimplemented from ost::MIMEItemPart. |
|
|
|
|