Add data streaming to the feature list.

master
Chunting Gu 6 years ago committed by GitHub
parent 0292b4b51e
commit c669551552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save