Remove REST from the short description.

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

@ -1,6 +1,6 @@
# webcc # webcc
C++ client and server library for HTTP and REST based on [Boost.Asio](https://www.boost.org/doc/libs/release/libs/asio/). Lightweight C++ HTTP client and server library based on [Boost Asio](https://www.boost.org/doc/libs/release/libs/asio/).
Please turn to our [Wiki](https://github.com/sprinfall/webcc/wiki) (under construction) for more tutorials and guides. Please turn to our [Wiki](https://github.com/sprinfall/webcc/wiki) (under construction) for more tutorials and guides.
@ -14,7 +14,7 @@ Git repo: https://github.com/sprinfall/webcc. Please check this one instead of t
- Easy-to-use client API inspired by Python [requests](https://2.python-requests.org//en/master/) - Easy-to-use client API inspired by Python [requests](https://2.python-requests.org//en/master/)
- SSL/HTTPS support with OpenSSL (optional) - SSL/HTTPS support with OpenSSL (optional)
- GZip compression support with Zlib (optional) - GZip compression support with Zlib (optional)
- Persistent connections (Keep-Alive) - Persistent (Keep-Alive) connections
- Basic & Token authorization - Basic & Token authorization
- Timeout control - Timeout control
- Source code follows [Google C++ Style](https://google.github.io/styleguide/cppguide.html) - Source code follows [Google C++ Style](https://google.github.io/styleguide/cppguide.html)

Loading…
Cancel
Save