From 547894a9a7c72760fcd0672632867cd07a70c878 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Sat, 18 Jul 2026 02:01:07 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 341da13..96928f2 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ a static binary-based rootless dockerized web server that is so small, it is eff inspired by busybox httpd. -in less than 100 loc, it currently supports: +in less than 150 loc, it currently supports: - gzipped files - serving single page webapps like cinny nginx-style via the ``-s`` flag +- serving formats other than html as the index with the ``-i`` flag. it has extremely minimal dependencies, so minimal that you can tack on a crapload of compilation options and use nightly rust without harming binary functionality.