Modify the README file

This commit is contained in:
an-tao 2018-12-12 21:01:52 +08:00
parent 2989168612
commit 0c2e969409
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Drogon's main application platform is Linux. For debugging purposes, it also sup
* Support filter chain to facilitate the execution of unified logic (such as login verification, Http Method constraint verification, etc.) before the controller;
* Support https (based on OpenSSL);
* Support websocket (server side);
* Support Json format request and response;
* Support Json format request and response, very friendly to the Restful API application development;
* Support file download and upload;
* Support gzip compression transmission;
* Provides a lightweight command line tool, drogon_ctl, to simplify the creation of various classes in Drogon and the generation of view code;

View File

@ -18,7 +18,7 @@ Drogon的主要应用平台是Linux为了调试方便也支持Mac OS
* 支持过滤器(filter)链,方便在控制器之前执行统一的逻辑(如登录验证、Http Method约束验证等)
* 支持https(基于OpenSSL实现);
* 支持websocket(server端);
* 支持Json格式请求和应答
* 支持Json格式请求和应答, 对Restful API应用开发非常友好;
* 支持文件下载和上传,支持sendfile系统调用
* 支持gzip压缩传输
* 提供一个轻量的命令行工具drogon_ctl帮助简化各种类的创建和视图代码的生成过程