XmlRpc++ News
Status: Beta
Brought to you by:
cmorley
XmlRpc++ is an implementation of the XmlRpc protocol written in C. XmlRpc++ is designed to make it easy to incorporate XmlRpc client and server support into C++ applications.
This release fixes two bugs (adding the required Host header for HTTP 1.1 requests and correcting a mistake in one of the test programs).
Features
Easy This library is easy to incorporate into C++ applications. No other libraries are required, other than your system's socket libraries. Simple XML parsing and HTTP support are built in.
Fast All IO is non-blocking, so a slow client or network will not slow down the server.
Portable Written in standard C++ to the POSIX and Windows sockets APIs.