htbaapub.mod

htbaapub.zmq 0.02 released – ZeroMQ for BlitzMax

This is just a short announcement on my Blog to let people know I’ve been busy wrapping ZeroMQ (or ZMQ) for BlitzMax. The result of this a new module called htbaapub.zmq. It’s available from the Maximus website, meaning you can install it using Maximus. If you rather fetch the Git repository that’s possible as well. …

htbaapub.zmq 0.02 released – ZeroMQ for BlitzMax 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