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.
23 lines
435 B
Markdown
23 lines
435 B
Markdown
# webcc
|
|
|
|
A lightweight C++ REST and SOAP client and server library based on Boost.Asio.
|
|
|
|
## Tutorials
|
|
|
|
**SOAP:**
|
|
- [SOAP Client Tutorial](doc/SoapClientTutorial.md)
|
|
- [SOAP Server Tutorial](doc/SoapServerTutorial.md)
|
|
|
|
- [SOAP 客户端教程](doc/SoapClientTutorial_zh-CN.md)
|
|
|
|
## Dependencies
|
|
|
|
- C++11
|
|
- Boost 1.66+
|
|
|
|
If enable SOAP support, **pugixml** is needed to parse and compose XML strings.
|
|
|
|
## Build
|
|
|
|
The build system is CMake.
|