Post Anchor to Chunk?

Hi,

I'm trying to write a simple xml-Rpc client in C, I'm
pretty sure I can use libwww for this, but I couldn't
figure out the correct way to use it.

For people don't know Xml-Rpc, it is a RPC protocol
over HTTP with request being a HTTP-POST request and
reply a HTTP response, payload in request and reply
are in XML.

What I'm trying to do is use something like post
request payload in an anchor and return the reply
payload in chunk, is there something in
libwww can do this?

Let me know too if there's a complete different way to
achieve this?

TIA. 

Kevin

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Received on Friday, 8 September 2000 12:18:17 UTC