#pragma once #include #include #include "http.h" int make_server(const char *, const char *); int handle_client(lua_State * L, struct pollfd *, struct request **, const int); int handle_server(struct pollfd *, int, const int);