summaryrefslogtreecommitdiff
path: root/net/kxmlrpcclient/DESCR
blob: bb82b434b94be0cc5d58c8b37e8799ffdd2dc3fc (plain)
1
2
3
4
5
6
7
8
This library contains simple XML-RPC Client support. It is a complete
client and is quite easy to use. Only one interface is exposed to the
world, kxmlrpcclient/client.h and of that interface, you only need to
use 3 methods: setUrl, setUserAgent and call.

A small note on authentication. If you will be accessing an XML-RPC server
which uses HTTP-AUTH, simply set the user and pass in the URL. To use
Digest authentication, call setDigestAuthEnabled(true).