parent
8070cc20c9
commit
143e0d8abe
|
@ -33,6 +33,7 @@ A very flexible, lightweight and fully asynchronous HTTP server library based on
|
|||
* Support IPv6
|
||||
* Support plugin
|
||||
* Support upload large file
|
||||
* Support HTTP range requests
|
||||
* Support multi-process model - The same multi-process model as Nginx
|
||||
* Flexible - you can easily extend your application to have HTTP/HTTPS services
|
||||
* Code structure is concise and understandable, also suitable for learning
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
* 支持 IPv6
|
||||
* 支持插件
|
||||
* 支持上传大文件
|
||||
* 支持 HTTP 范围请求
|
||||
* 支持多进程模型 - 和 Nginx 一样的多进程模型
|
||||
* 可伸缩 - 你可以非常方便的扩展你的应用程序,使之具备HTTP/HTTPS服务
|
||||
* 代码结构简洁通俗易懂,亦适合学习
|
||||
|
|
Loading…
Reference in New Issue