From 3390d6f6e9be8ac33f3a04827d4556a789e7aa77 Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 3 Apr 2015 08:27:44 -0500 Subject: [PATCH] Added note about .gz support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62e59f3..79ee6e8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU. * Error pages (404 and others) * Server-side execution of Lua scripts * Query string argument parsing +* Serving .gz compressed files ## How to use