From 9c076ef7d863564dbe6d3e6b25705e9125ee4839 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 8 Nov 2019 16:02:12 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 676fac1..351ba06 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ 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. - +- Grade A SSL security score by SSL Labs +![SSL score](https://github.com/lxsang/ant-http/raw/master/ssl_score.png) ## Plugins: * CGI interface for external scripting language (e.g. PHP): [https://github.com/lxsang/antd-cgi-plugin](https://github.com/lxsang/antd-cgi-plugin) * Lua extension [https://github.com/lxsang/antd-lua-plugin](https://github.com/lxsang/antd-lua-plugin): using Lua as serverside script