cgicc::HTTPRedirectHeader Class Reference

Class for redirecting the client to a different URI. More...

#include <cgicc/HTTPRedirectHeader.h>

Inheritance diagram for cgicc::HTTPRedirectHeader:

cgicc::HTTPHeader cgicc::MStreamable

Public Member Functions

Inherited Methods
virtual void render (std::ostream &out) const
 Write this HTTPHeader to a stream.

Detailed Description

Class for redirecting the client to a different URI.

Definition at line 50 of file HTTPRedirectHeader.h.


Constructor & Destructor Documentation

cgicc::HTTPRedirectHeader::HTTPRedirectHeader ( const std::string &  url  ) 

Create a new redirection header.

Parameters:
url The redirection URL.

Definition at line 33 of file HTTPRedirectHeader.cpp.

References HTTPRedirectHeader().

Referenced by HTTPRedirectHeader().

cgicc::HTTPRedirectHeader::HTTPRedirectHeader ( const std::string &  url  ) 

Create a new redirection header.

Parameters:
url The redirection URL.

Definition at line 33 of file HTTPRedirectHeader.cpp.

References HTTPRedirectHeader().

Referenced by HTTPRedirectHeader().


Member Function Documentation

void cgicc::HTTPRedirectHeader::render ( std::ostream &  out  )  const [virtual]

Write this HTTPHeader to a stream.

Subclasses must implement this function.

Parameters:
out The ostream to which to write.

Implements cgicc::HTTPHeader.

Definition at line 41 of file HTTPRedirectHeader.cpp.

References cgicc::HTTPHeader::getCookies(), and cgicc::HTTPHeader::getData().


The documentation for this class was generated from the following files:
Generated on Tue Jul 3 15:44:46 2007 for GNUCgicc by  doxygen 1.5.1