From 4c6eeef0acb7a3238d22a8fd3cf30ecc4f75dba1 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Thu, 9 Jan 2020 14:55:02 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12bf7d0..271b2c3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A lightweight and portable HTTP/HTTPs web server written in C: - Initial goal is for embedded Linux, but can be used as general purpose web server. - Support SSL via open SSL, database via Sqlite 3, web socket integrated - It is also extensible via its extension mechanism that allows to extends the server capability. +- Page compression with gzip, deflate - Grade A SSL security score by SSL Labs ![SSL score](https://github.com/lxsang/ant-http/raw/master/ssl_score.png) ## Plugins: