aboutsummaryrefslogtreecommitdiffstats
path: root/src/N-Commands/KlingerHandler.h
blob: 2fc5267a654cc5fdee8356fb19a208eb31af69cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Created by max on 11.08.20.
//
#include <mongoose/Server.h>
#include <string>
#ifndef DORGODBOTBACKEND_KLINGERHANDLER_H
#define DORGODBOTBACKEND_KLINGERHANDLER_H


class KlingerHandler {
public:
    void onCall(const Mongoose::Request& request, Mongoose::StreamResponse& response) ;
};


#endif //DORGODBOTBACKEND_KLINGERHANDLER_H