33 #include "BESBasicHttpTransmitter.h" 42 BESBasicTransmitter::send_text(info, dhi);
50 BESBasicTransmitter::send_html(info, dhi);
61 strm << BESIndent::LMarg <<
"BESBasicHttpTransmitter::dump - (" << (
void *)
this <<
")" << endl;
64 BESIndent::UnIndent();
virtual void dump(ostream &strm) const
dumps information about this object
virtual bool is_buffered()
return whether the information is to be buffered or not.
informational response object
static void set_mime_html(ostream &strm)
Generate an HTTP 1.0 response header for a html document.
static void set_mime_text(ostream &strm)
Generate an HTTP 1.0 response header for a text document.
virtual void dump(ostream &strm) const
dumps information about this object
Structure storing information used by the BES to handle the request.