#include <cgicc/HTTPRedirectHeader.h>
Inheritance diagram for cgicc::HTTPRedirectHeader:

Public Member Functions | |
Inherited Methods | |
| virtual void | render (std::ostream &out) const |
| Write this HTTPHeader to a stream. | |
Definition at line 50 of file HTTPRedirectHeader.h.
| cgicc::HTTPRedirectHeader::HTTPRedirectHeader | ( | const std::string & | url | ) |
Create a new redirection header.
| url | The redirection URL. |
| cgicc::HTTPRedirectHeader::HTTPRedirectHeader | ( | const std::string & | url | ) |
Create a new redirection header.
| url | The redirection URL. |
| virtual void cgicc::HTTPRedirectHeader::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.