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