http-server.c

Basic HTTP server and router in C
git clone git://git.finwo.net/lib/http-server.c
Log | Files | Refs | README

commit 6adb9b9b29d5843e662fad85c60c5c4265207b52
parent 0615f5d043569fbb22b1cf6ae2693586422ca6df
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun, 21 May 2023 23:29:06 +0200

Added readme to mention the readme is a todo

Diffstat:
AREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,3 @@ +TODO: write readme + +For now, check out [example.c](example.c)