Class that abstracts a XHTML Content Header. More...
#include <cgicc/HTTPXHTMLHeader.h>
Public Member Functions | |
Constructor and Destructor | |
HTTPXHTMLHeader () | |
Constructor. | |
virtual | ~HTTPXHTMLHeader () |
Destructor. | |
![]() | |
HTTPContentHeader (const std::string &mimeType) | |
Create a new MIME type header. | |
virtual | ~HTTPContentHeader () |
Destructor. | |
virtual void | render (std::ostream &out) const |
Write this HTTPHeader to a stream. | |
![]() | |
HTTPHeader (const std::string &data) | |
Constructor. | |
HTTPHeader (const HTTPHeader &header) | |
Copy constructor. | |
virtual | ~HTTPHeader () |
Destructor. | |
HTTPHeader & | setCookie (const HTTPCookie &cookie) |
Set a cookie to go out with this HTTPResponseHeader. | |
const std::vector< HTTPCookie > & | getCookies () const |
Get a list of all cookies associated with this header. | |
std::string | getData () const |
![]() | |
MStreamable () | |
Empty constructor. | |
virtual | ~MStreamable () |
Empty destructor. | |
virtual void | render (std::ostream &out) const =0 |
Write this object to a stream. | |
Class that abstracts a XHTML Content Header.
This class add the XHTML feature
Definition at line 42 of file HTTPXHTMLHeader.h.
cgicc::HTTPXHTMLHeader::HTTPXHTMLHeader | ( | ) |
Constructor.
Create a new HTTPXHTMLHeader object
|
virtual |
Destructor.
Delete this HTTPXHTMLHeader object