Let's make (git) history!
This commit is contained in:
13
handlers/handlersearch.h
Normal file
13
handlers/handlersearch.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef HANDLERSEARCH_H
|
||||
#define HANDLERSEARCH_H
|
||||
#include <vector>
|
||||
#include "handler.h"
|
||||
class HandlerSearch : public Handler
|
||||
{
|
||||
public:
|
||||
HandlerSearch();
|
||||
using Handler::Handler;
|
||||
Response handle(const Request &r) override;
|
||||
};
|
||||
|
||||
#endif // HANDLERSEARCH_H
|
Reference in New Issue
Block a user