Nebula
Loading...
Searching...
No Matches
helloworldrequesthandler.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
15
16//------------------------------------------------------------------------------
17namespace Debug
18{
28
29} // namespace Debug
30//------------------------------------------------------------------------------
Most simple HttpRequestHandler possible.
Definition helloworldrequesthandler.h:20
__DeclareClass(HelloWorldRequestHandler)
HelloWorldRequestHandler()
constructor
Definition helloworldrequesthandler.cc:19
virtual void HandleRequest(const Ptr< Http::HttpRequest > &request)
handle a http request
Definition helloworldrequesthandler.cc:32
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
Definition corepagehandler.cc:13