smol_http

A simple http server supporting GET requests. Written in less than 400 lines of C.
Log | Files | Refs | README | LICENSE

commit 1cf00a31b653691c597baf2c920ce51e34aa6859
parent d7a71f1633df8c44f53a793485ce34d4e2d0cdc1
Author: Anton Kling <anton@kling.gg>
Date:   Sat, 12 Mar 2022 12:45:27 +0100

Changed instructions in the README file.

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -14,7 +14,7 @@ Clone this repository and compile the software. make install # This will install smol_http to /usr/bin The applications default values can be configured via changing the values in -the http.c file and recompiling the application. +the config.h file and recompiling the application. It is also possible to change values using the command line arguments