aboutsummaryrefslogtreecommitdiffstats
path: root/src/N-Commands/RelationshipHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/N-Commands/RelationshipHandler.h')
-rw-r--r--src/N-Commands/RelationshipHandler.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/N-Commands/RelationshipHandler.h b/src/N-Commands/RelationshipHandler.h
new file mode 100644
index 0000000..251cabf
--- /dev/null
+++ b/src/N-Commands/RelationshipHandler.h
@@ -0,0 +1,10 @@
+#pragma once
+#include <mongoose.h>
+#include <mongoose/Request.h>
+#include <mongoose/StreamResponse.h>
+
+class RelationshipHandler {
+public:
+ void onCall(Mongoose::Request& request, Mongoose::StreamResponse& response);
+
+};