BlitzMax

Progress on programming languages to learn in 2011

A while ago I posted about Programming languages to learn in 2011. Now that we’re almost halfway into 2011 I though I do a little reflection of what languages I’ve learned so far… None! Although none isn’t exactly correct, I can’t say I have learned enough of any of the listed languages to program with. So …

Progress on programming languages to learn in 2011 Read More »

htbaapub.rest version 1.06

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 …

htbaapub.rest version 1.06 Read More »

htbaapub.rest v1.04 released

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.

Scroll to Top