This is a document part type for use in submitting multipart form data to a web server.
More...
#include <mime.h>
|
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.
|
|
|
virtual | ~MIMEFormData () |
|
virtual void | head (std::ostream *output) |
| Stream the header(s) for the current document part.
|
|
virtual void | body (std::ostream *output)=0 |
| Stream the content of this document part.
|
|
| MIMEItemPart (MIMEMultipart *top, const char *ct) |
| Construct and attach a document part to a multipart document.
|
|
virtual | ~MIMEItemPart () |
|
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.
◆ ~MIMEFormData()
virtual ost::MIMEFormData::~MIMEFormData |
( |
| ) |
|
|
protectedvirtual |
◆ MIMEFormData()
ost::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 |
◆ body()
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.
◆ head()
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.
◆ content
const char* ost::MIMEFormData::content |
|
protected |
◆ name
const char* ost::MIMEFormData::name |
|
protected |
The documentation for this class was generated from the following file: