gradido/src/cpp/HTTPInterface/DebugMnemonicPage.h
2020-04-06 11:45:00 +02:00

21 lines
398 B
C++

#ifndef DebugMnemonicPage_INCLUDED
#define DebugMnemonicPage_INCLUDED
#include "Poco/Net/HTTPRequestHandler.h"
#include "SessionHTTPRequestHandler.h"
class DebugMnemonicPage: public SessionHTTPRequestHandler
{
public:
DebugMnemonicPage(Session*);
void handleRequest(Poco::Net::HTTPServerRequest& request, Poco::Net::HTTPServerResponse& response);
};
#endif // DebugMnemonicPage_INCLUDED