|
Wexus2 0.20
|
#include <HTTP.h>

Public Member Functions | |
| ErrorHTTPHandler (void) | |
| no userMessage constructor | |
| ErrorHTTPHandler (const QString &usermsg) | |
| with userMessage constructor | |
| virtual void | handleRequest (wexus::HTTPRequest &req, wexus::HTTPReply &reply) |
Protected Attributes | |
| QString | dm_usermsg |
A handler that does nothing but display a deliberatly cryptic error message.
| virtual void wexus::ErrorHTTPHandler::handleRequest | ( | wexus::HTTPRequest & | req, |
| wexus::HTTPReply & | reply | ||
| ) | [virtual] |
This is called when a request is to be processed.
| req | the request |
Implements wexus::HTTPHandler.