BlitzMax module; Easy interfacing with REST services http://blog.htbaa.com
Find a file
2011-08-24 21:48:55 +02:00
doc Added helper methods to check the responseCode 2010-11-14 12:08:21 +01:00
.gitignore Now ignoring generated documentation 2010-02-18 22:03:00 +01:00
COPYING Added license 2010-01-16 00:04:52 +01:00
exceptions.bmx Copyright date updates 2011-02-25 23:11:25 +01:00
libeay32.dll Updates OpenSSL dll's to 1.0.0.4 2011-02-25 23:29:34 +01:00
README Updated README. It contained a dependency that wasn't required. 2009-09-20 17:26:36 +02:00
request.bmx Made TRESTRequest.Call() more efficient when merging headers 2011-08-24 21:48:55 +02:00
response.bmx Copyright date updates 2011-02-25 23:11:25 +01:00
rest.bmx Made TRESTRequest.Call() more efficient when merging headers 2011-08-24 21:48:55 +02:00
ssleay32.dll Updates OpenSSL dll's to 1.0.0.4 2011-02-25 23:29:34 +01:00
url.bmx Copyright date updates 2011-02-25 23:11:25 +01:00

This Module allows you To interact with any RESTful service.
This module requires the following external modules:

	* bah.libcurlssl

	(BaH modules can be found at http://code.google.com/p/maxmods/)