You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
392 B
Markdown

# webcc
8 years ago
A lightweight C++ REST and SOAP client and server library based on Boost.Asio.
8 years ago
## Tutorials
**SOAP:**
- [SOAP Client Tutorial](doc/SoapClientTutorial.md)
- [SOAP Server Tutorial](doc/SoapServerTutorial.md)
8 years ago
- [SOAP 客户端教程](doc/SoapClientTutorial_zh-CN.md)
8 years ago
## Dependencies
8 years ago
- C++11
- Boost 1.66+
- pugixml (already included in the source tree) (SOAP only)
8 years ago
## Build
8 years ago
TODO