Update README

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
main
Jianhui Zhao 2020-12-20 18:17:13 +08:00
parent 8141dcc3fa
commit 8fe3f9b330
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ A very flexible, lightweight and fully asynchronous HTTP server library based on
* Lightweight and fully asynchronous
* Use [libev] as its event backend
* Support HTTPS - OpenSSL, mbedtls and CyaSSl(wolfssl)
* Support IPv6
* Support plugin
* Support upload large file
* Flexible - you can easily extend your application to have HTTP/HTTPS services

View File

@ -29,6 +29,7 @@
* 轻量、全异步
* 使用[libev]作为其事件后端
* 支持HTTPS - OpenSSL, mbedtls 和 CyaSSl(wolfssl)
* 支持 IPv6
* 支持插件
* 支持上传大文件
* 可伸缩 - 你可以非常方便的扩展你的应用程序使之具备HTTP/HTTPS服务