Nebula
Loading...
Searching...
No Matches
memorypagehandler.h
Go to the documentation of this file.
1#pragma once
2#ifndef DEBUG_MEMORYPAGEHANDLER_H
3#define DEBUG_MEMORYPAGEHANDLER_H
4//------------------------------------------------------------------------------
15
16//------------------------------------------------------------------------------
17namespace Debug
18{
28
29} // namespace Debug
30//------------------------------------------------------------------------------
31#endif
Provide information about memory allocations to debug http server.
Definition memorypagehandler.h:20
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 memorypagehandler.cc:35
MemoryPageHandler()
constructor
Definition memorypagehandler.cc:24
__DeclareClass(MemoryPageHandler)
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