2#ifndef HTTP_DEFAULTHTTPREQUESTHANDLER_H
3#define HTTP_DEFAULTHTTPREQUESTHANDLER_H
This implements the "Home Page" of the Nebula application.
Definition defaulthttprequesthandler.h:22
virtual void HandleRequest(const Ptr< HttpRequest > &request)
handle a http request, the handler is expected to fill the content stream with response data
Definition defaulthttprequesthandler.cc:26
__DeclareClass(DefaultHttpRequestHandler)
HttpRequestHandlers are attached to the HttpServer and process incoming HTTP requests.
Definition httprequesthandler.h:31
Nebula's smart pointer class which manages the life time of RefCounted objects.
Definition ptr.h:38
This file was generated with Nebula Trifid's idlc compiler tool.
Definition defaulthttprequesthandler.cc:15