Nebula
Loading...
Searching...
No Matches
stringatompagehandler.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
13
14//------------------------------------------------------------------------------
15namespace Debug
16{
26
27} // namespace Debug
28//------------------------------------------------------------------------------
Definition stringatompagehandler.h:18
__DeclareClass(StringAtomPageHandler)
StringAtomPageHandler()
constructor
Definition stringatompagehandler.cc:24
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 stringatompagehandler.cc:35
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