소스 검색

Added note about .gz support

Marcos 9 년 전
부모
커밋
3390d6f6e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
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