1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

Update README.md

This commit is contained in:
Xuan Sang LE 2020-01-09 14:55:02 +01:00 committed by GitHub
parent 1200d9d990
commit 4c6eeef0ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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