#include <cgicc/HTTPContentHeader.h>
Inheritance diagram for cgicc::HTTPContentHeader:
Public Member Functions | |
Inherited Methods | |
virtual void | render (std::ostream &out) const |
Write this HTTPHeader to a stream. |
Definition at line 49 of file HTTPContentHeader.h.
cgicc::HTTPContentHeader::HTTPContentHeader | ( | const std::string & | mimeType | ) |
Create a new MIME type header.
mimeType | The MIME type of the data which will be sent. |
cgicc::HTTPContentHeader::HTTPContentHeader | ( | const std::string & | mimeType | ) |
Create a new MIME type header.
mimeType | The MIME type of the data which will be sent. |
virtual void cgicc::HTTPContentHeader::render | ( | std::ostream & | out | ) | const [virtual] |
Write this HTTPHeader to a stream.
Subclasses must implement this function.
out | The ostream to which to write. |
Implements cgicc::HTTPHeader.