Nebula
Loading...
Searching...
No Matches
defaulthttprequesthandler.h
Go to the documentation of this file.
1#pragma once
2#ifndef HTTP_DEFAULTHTTPREQUESTHANDLER_H
3#define HTTP_DEFAULTHTTPREQUESTHANDLER_H
4//------------------------------------------------------------------------------
17
18//------------------------------------------------------------------------------
19namespace Http
20{
28
29} // namespace HttpRequestHandler
30//------------------------------------------------------------------------------
31#endif
32
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