From d41fa3a7b62216e35cc5a7be665f80481b6f9c78 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 16 Aug 2020 16:50:48 +0200 Subject: Single handedly implemented Lua based response send without testing --- response.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'response.h') diff --git a/response.h b/response.h index ec90bc5..c9b9c06 100644 --- a/response.h +++ b/response.h @@ -1,6 +1,9 @@ #pragma once +#include + #include "http.h" +int response_send(lua_State *, const int); int respond_only_status(int, enum status); int respond_with_body(int, enum status, const char *, int); -- cgit v1.1