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.

392 B

webcc

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

Tutorials

SOAP:

Dependencies

  • C++11
  • Boost 1.66+
  • pugixml (already included in the source tree) (SOAP only)

Build

TODO