BlitzMax

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.

htbaapub.mod licensed under MIT as of 1.07

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: …

htbaapub.mod licensed under MIT as of 1.07 Read More ยป

Scroll to Top