43 #ifndef COMMONCPP_MIME_H_
44 #define COMMONCPP_MIME_H_
46 #ifndef COMMONCPP_CONFIG_H_
47 #include <commoncpp/config.h>
50 #ifndef COMMONCPP_SOCKET_H_
91 virtual void head(std::ostream *output);
99 virtual void body(std::ostream *output);
154 virtual void head(std::ostream *output);
161 virtual void body(std::ostream *output) = 0;
195 void head(std::ostream *output);
202 void body(std::ostream *output);
A container class for multi-part MIME document objects which can be streamed to a std::ostream destin...
The Multipart form is a MIME multipart document specific for the construction and delivery of form da...
This is used to attach an item part to a MIME multipart document that is being streamed.
char ** getHeaders(void)
Get a string array of the headers to use.
This is a document part type for use in submitting multipart form data to a web server.