parent
0b5ae19d14
commit
8acea3878e
|
@ -30,6 +30,7 @@ A very flexible, lightweight and fully asynchronous HTTP server library based on
|
||||||
* Use [libev] as its event backend
|
* Use [libev] as its event backend
|
||||||
* Support HTTPS - OpenSSL, mbedtls and CyaSSl(wolfssl)
|
* Support HTTPS - OpenSSL, mbedtls and CyaSSl(wolfssl)
|
||||||
* Support plugin
|
* Support plugin
|
||||||
|
* Support upload large file
|
||||||
* Flexible - you can easily extend your application to have HTTP/HTTPS services
|
* Flexible - you can easily extend your application to have HTTP/HTTPS services
|
||||||
* Code structure is concise and understandable, also suitable for learning
|
* Code structure is concise and understandable, also suitable for learning
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
* 使用[libev]作为其事件后端
|
* 使用[libev]作为其事件后端
|
||||||
* 支持HTTPS - OpenSSL, mbedtls 和 CyaSSl(wolfssl)
|
* 支持HTTPS - OpenSSL, mbedtls 和 CyaSSl(wolfssl)
|
||||||
* 支持插件
|
* 支持插件
|
||||||
|
* 支持上传大文件
|
||||||
* 可伸缩 - 你可以非常方便的扩展你的应用程序,使之具备HTTP/HTTPS服务
|
* 可伸缩 - 你可以非常方便的扩展你的应用程序,使之具备HTTP/HTTPS服务
|
||||||
* 代码结构简洁通俗易懂,亦适合学习
|
* 代码结构简洁通俗易懂,亦适合学习
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue