Motified WebCC library. Oraginal Source: https://github.com/sprinfall/webcc
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.
 
 
 
Chunting Gu 20721c2423 Refine CMake, update UT. 7 years ago
doc Update SOAP server tutorial. 7 years ago
example Refine CMake, update UT. 7 years ago
src/webcc Refine CMake, update UT. 7 years ago
third_party Refine CMake, update UT. 7 years ago
unittest Refine CMake, update UT. 7 years ago
.gitmodules Replace rapidjson with jsoncpp. 7 years ago
CMakeLists.txt Refine CMake, update UT. 7 years ago
README.md Update SOAP server tutorial. 7 years ago
compile_commands.json Refine CMake, update UT. 7 years ago

README.md

webcc

A lightweight C++ REST and SOAP client and server library based on Boost.Asio.

Tutorials

SOAP:

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.