A small http server written in C
git clone git://git.janzachar.dev/shttp.git
0#include "super.h"12const char *TIMESTAMP_FORMAT = "%a, %d %b %Y %H:%M:%S GMT";3const int HEADER_BLOCK = 1024;456const char *ROOT_DIR = "./test/";7const char *IP = "127.0.0.1";8const int PORT = 55554;9const int LISTEN_COUNT = 8;10