Update README

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
main
Jianhui Zhao 2020-12-17 23:51:46 +08:00
parent 0b5ae19d14
commit 8acea3878e
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ A very flexible, lightweight and fully asynchronous HTTP server library based on
* Use [libev] as its event backend
* Support HTTPS - OpenSSL, mbedtls and CyaSSl(wolfssl)
* Support plugin
* Support upload large file
* Flexible - you can easily extend your application to have HTTP/HTTPS services
* Code structure is concise and understandable, also suitable for learning

View File

@ -30,6 +30,7 @@
* 使用[libev]作为其事件后端
* 支持HTTPS - OpenSSL, mbedtls 和 CyaSSl(wolfssl)
* 支持插件
* 支持上传大文件
* 可伸缩 - 你可以非常方便的扩展你的应用程序使之具备HTTP/HTTPS服务
* 代码结构简洁通俗易懂,亦适合学习