Nebula
Loading...
Searching...
No Matches
corepagehandler.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
13
14//------------------------------------------------------------------------------
15namespace Debug
16{
26
27} // namespace Debug
28//------------------------------------------------------------------------------
Provide information about Core subsystem to debug http server.
Definition corepagehandler.h:18
virtual void HandleRequest(const Ptr< Http::HttpRequest > &request)
handle a http request, the handler is expected to fill the content stream with response data
Definition corepagehandler.cc:36
CorePageHandler()
constructor
Definition corepagehandler.cc:25
__DeclareClass(CorePageHandler)
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