Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
stringatompagehandler.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#include "
http/httprequesthandler.h
"
13
14
//------------------------------------------------------------------------------
15
namespace
Debug
16
{
17
class
StringAtomPageHandler
:
public
Http::HttpRequestHandler
18
{
19
__DeclareClass
(
StringAtomPageHandler
);
20
public
:
22
StringAtomPageHandler
();
24
virtual
void
HandleRequest
(
const
Ptr<Http::HttpRequest>
& request);
25
};
26
27
}
// namespace Debug
28
//------------------------------------------------------------------------------
Debug::StringAtomPageHandler::__DeclareClass
__DeclareClass(StringAtomPageHandler)
Debug::StringAtomPageHandler::StringAtomPageHandler
StringAtomPageHandler()
constructor
Definition
stringatompagehandler.cc:24
Debug::StringAtomPageHandler::HandleRequest
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
Http::HttpRequestHandler
HttpRequestHandlers are attached to the HttpServer and process incoming HTTP requests.
Definition
httprequesthandler.h:31
Ptr
Nebula's smart pointer class which manages the life time of RefCounted objects.
Definition
ptr.h:38
httprequesthandler.h
Debug
Definition
corepagehandler.cc:13
code
foundation
core
debug
stringatompagehandler.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.