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.
◆ ~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: