🏗️」 wip: Added help msg

This commit is contained in:
2025-04-10 14:19:30 +02:00
parent 4a2bd9fe21
commit 8dff506caf
6 changed files with 103 additions and 7 deletions

9
exemples/default.toml Normal file
View File

@ -0,0 +1,9 @@
[server]
host = "localhost"
port = 8080
[server.location./]
methods = { "GET" }
root = "/var/www/html"
dirlist = true
client_max_body_size = "10M"