From f70edd34e262780a94f8940be6f2b3c9807f9ff7 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Tue, 25 Jun 2019 13:07:24 +0800 Subject: [PATCH] Add a list of key features --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bcf1c14..e538246 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,20 @@ Please turn to our [Wiki](https://github.com/sprinfall/webcc/wiki) (under constr Wondering how to build Webcc? Check [Build Instructions](https://github.com/sprinfall/webcc/wiki/Build-Instructions). +**Features** + +- Cross-platform: Linux, Windows and Mac +- Easy-to-use client API inspired by Python [requests](https://2.python-requests.org//en/master/) +- SSL/HTTPS support with OpenSSL (optional) +- GZip compression support with Zlib (optional) +- Persistent connections (Keep-Alive) +- Basic & Token authorization +- Timeout control +- Source code follows [Google C++ Style](https://google.github.io/styleguide/cppguide.html) +- Automation tests and unit tests included +- No memory leak detected by [VLD](https://kinddragon.github.io/vld/) +- etc. + ## Client API Examples A complete client example: