From c669551552720c390506739541c2cd16e57b66e7 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Thu, 8 Aug 2019 17:18:19 +0800 Subject: [PATCH] Add data streaming to the feature list. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 685a216..604d874 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Git repo: https://github.com/sprinfall/webcc. Please check this one instead of t - SSL/HTTPS support with OpenSSL (optional) - GZip compression support with Zlib (optional) - Persistent (Keep-Alive) connections +- Data streaming + - for uploading and downloading large files on client + - for serving and receiving large files on server - Basic & Token authorization - Timeout control - Source code follows [Google C++ Style](https://google.github.io/styleguide/cppguide.html)