#include <cgicc/HTTPStatusHeader.h>
Inheritance diagram for cgicc::HTTPStatusHeader::
Public Methods | |
HTTPStatusHeader (int status, const std::string &message) | |
Create a new status header. More... | |
virtual | ~HTTPStatusHeader () |
Destructor. | |
int | getStatusCode () const |
Get the status code associated with this header. More... | |
virtual void | render (std::ostream &out) const |
Write this HTTPStatusHeader to a stream. More... |
Definition at line 48 of file HTTPStatusHeader.h.
|
Create a new status header.
|
|
Get the status code associated with this header.
Definition at line 69 of file HTTPStatusHeader.h. |
|
Write this HTTPStatusHeader to a stream.
Reimplemented from cgicc::HTTPHeader. |