Programming library for writing an XML-RPC server or client in C or C++ https://xmlrpc-c.sourceforge.io/
Go to file
Silvan Calarco 822291f41e update to 1.51.08
source renamed from libxmlrpc-c to xmlrpc-c
removed dependency on libwww [release 1.51.08-1mamba;Thu Oct 19 2023]
2024-01-05 19:45:46 +01:00
libxmlrpc-c-1.16.41-curl-7.25.0.patch update to 1.51.08 2024-01-05 19:45:46 +01:00
README.md update to 1.51.08 2024-01-05 19:45:46 +01:00
xmlrpc-c.spec update to 1.51.08 2024-01-05 19:45:46 +01:00

xmlrpc-c

Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. Like SOAP or CORBA, but much simpler.