droplet
1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
StatusHandler.hpp
Go to the documentation of this file.
1
/*
2
* (c) Copyright erarnitox.de - All rights reserved
3
* Author: Erarnitox <david@erarnitox.de>
4
*
5
* License: MIT License
6
*/
7
8
#pragma once
9
10
#include "Poco/Net/HTTPRequestHandler.h"
11
12
class
StatusHandler
final :
public
Poco::Net::HTTPRequestHandler {
13
public
:
14
void
handleRequest
(Poco::Net::HTTPServerRequest& request, Poco::Net::HTTPServerResponse& response)
override
;
15
};
StatusHandler
Definition
StatusHandler.hpp:12
StatusHandler::handleRequest
void handleRequest(Poco::Net::HTTPServerRequest &request, Poco::Net::HTTPServerResponse &response) override
Definition
StatusHandler.cpp:18
src
bot_library
restapi
include
StatusHandler.hpp
Generated by
1.16.1