droplet
1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
VerifyHandler.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <Poco/Net/HTTPRequestHandler.h>
4
5
//-----------------------------------------------------
6
//
7
//-----------------------------------------------------
8
class
VerifyHandler
:
public
Poco::Net::HTTPRequestHandler {
9
public
:
10
void
handleRequest
(Poco::Net::HTTPServerRequest& req, Poco::Net::HTTPServerResponse& resp)
override
;
11
};
VerifyHandler
Definition
VerifyHandler.hpp:8
VerifyHandler::handleRequest
void handleRequest(Poco::Net::HTTPServerRequest &req, Poco::Net::HTTPServerResponse &resp) override
Definition
VerifyHandler.cpp:12
src
bot_library
restapi
include
VerifyHandler.hpp
Generated by
1.13.2