Posted in February 25, 2011 ¬ 23:37h.HtbaaComments Off
I’ve released a new version of htbaapub.rest which contains a fix that normally makes libcurl generate an error. When doing a HEAD request the server is supposed to return the same headers as when a GET request is being done. This also includes the Content-Length header. cURL however complains that the reported Content-Length couldn’t be [...]
Read the rest of this entry »
Posted in November 14, 2010 ¬ 13:38h.HtbaaComments Off
My REST module htbaapub.rest has been updated with a set of response code helper methods. Instead of doing a precise check on the status code (e.g. 202) you can now check if it’s inside the 2xx range. This release brings the IsInfo(), IsSuccess(), IsError(), IsRedirect(), IsClientError() and IsServerError() helper methods.
Read the rest of this entry »
Posted in June 5, 2010 ¬ 12:33h.HtbaaComments Off
htbaapub.mod got updated to version 1.08 today. This version contains a version 1.03 of rest.mod. Download htbaapub.mod 1.08 (contains source code of all modules)
Read the rest of this entry »
Posted in January 16, 2010 ¬ 00:29h.HtbaaComments Off
I’ve just licensed all modules that are part of htbaapub.mod 1.07 under the MIT license. All updates have been pushed to GitHub. Sqlbuilder.mod, which isn’t included in the htbaapub.mod repository because it isn’t finished, has also been released under the MIT License. If you don’t use Git you can a full source download from here: [...]
Read the rest of this entry »
BlitzMax, htbaapub.mod, ProgrammingBlitzMax, factory.mod, fsm.mod, fuzzy.mod, goal.mod, htbaapub.mod, license, MIT, open source, process.mod, rackspacecloudfiles.mod, rest.mod, sqlbuilder.mod, xmlrpc.mod
Posted in November 4, 2009 ¬ 00:05h.HtbaaComments Off
htbaapub.mod got updated to version 1.03 today. This version contains an updated fsm.mod, rest.mod and rackspacecloudfiles.mod. If you use any of these modules I recommend updating. Download htbaapub.mod 1.03 (contains source code of all modules)
Read the rest of this entry »