xmlrpc-c/README.md
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

260 B

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.