A simple web service over HTTP library. Calls a HTTP server via GET, and returns the response wrapped in a XML parser. All calls are synchronous. Needs the NetServicesMin, DNSResolver, TcpLineStream and spxml libraries. The code for URL handling has been copied directly from the original NetServices library (Thanks to Donatien!).

History

added license default tip

2011-02-18, by hlipka [Fri, 18 Feb 2011 13:15:50 +0000] rev 2

added license


Changed to use the TcpLineStream library. This makes the code much simpler.

2011-01-29, by hlipka [Sat, 29 Jan 2011 23:29:41 +0000] rev 1

Changed to use the TcpLineStream library. This makes the code much simpler.


initial version

2011-01-11, by hlipka [Tue, 11 Jan 2011 23:00:09 +0000] rev 0

initial version