Added note about .gz support

This commit is contained in:
Marcos 2015-04-03 08:27:44 -05:00
parent 2162192d26
commit 3390d6f6e9

View File

@ -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