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_
92 virtual void head(std::ostream *output);
100 virtual void body(std::ostream *output);
108 char **getHeaders(
void)
155 virtual void head(std::ostream *output);
162 virtual void body(std::ostream *output) = 0;
196 void head(std::ostream *output);
203 void body(std::ostream *output);