Update README.md

This commit is contained in:
an-tao 2018-09-17 10:31:28 +08:00 committed by GitHub
parent 1d90dfe204
commit 01ea43a5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
* Support view page dynamic loading (dynamic compilation and loading at runtime);
* Very convenient and flexible path to controller handler mapping scheme;
* 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 implementation);
* Support https (based on OpenSSL);
* Support websocket (server side);
* Support Json format request and response;
* Support file download and upload;