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