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