This is a document part type for use in submitting multipart form data to a web server.
More...
#include <mime.h>
List of all members.
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 Member Functions |
virtual | ~MIMEFormData () |
Protected Attributes |
const char * | content |
const char * | name |
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.
Constructor & Destructor Documentation
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
Stream content (value) of this form data field.
- Parameters:
-
output | stream to send body to. |
Implements ost::MIMEItemPart.
Stream header, Content-Disposition form-data.
- Parameters:
-
output | stream to send header to. |
Reimplemented from ost::MIMEItemPart.
Member Data Documentation
The documentation for this class was generated from the following file: