Version 2.4 of the RESTful extension is compatible with the new 1.2 release of Daraja HTTP Framework. It uses the TdjRequest and TdjResponse types instead of TRequest and TResponse. It also uses const string parameters to reduce the overhead caused by refrence counting.
Daraja Framework 1.0 released
Daraja Framework is a new free open source library for Object Pascal (Free Pascal 2.6.4, Free Pascal 3.0, Delphi 2009+) available on GitHub. It is based on the stand-alone HTTP server in Internet Direct (Indy) and the successor to the Habari Web Components library by Habarisoft. With the Daraja Framework, writing well organized stand alone … Continue reading Daraja Framework 1.0 released
A RESTful CRUD demo application with Delphi
Habari Web Components is a web application framework for small to medium size HTTP services, based on the Internet Direct (Indy) library. A new demo application - included with full source code in demo/restful-crud - exposes a RESTful API which supports HTTP GET / POST / DELETE commands to read, create and delete data. The … Continue reading A RESTful CRUD demo application with Delphi