Daraja HTTP Framework 2.8 released

This is a maintenance release, streamlining the Web Component and Web Filter API. https://github.com/michaelJustin/daraja-framework/releases/tag/2.8 Daraja HTTP Framework is an open source library for Object Pascal, based on the stand-alone HTTP server component contained in Internet Direct (Indy). More information - GitHub: https://github.com/michaelJustin/daraja-framework- API documentation: https://michaeljustin.github.io/daraja-framework/- Home page: https://www.habarisoft.com/daraja_framework.html

Daraja HTTP Framework 2.7 released

This is a maintenance release, streamlining the Web Component and Web Filter API. Noteworthy changes: 218 config.getcontext is not accessible from init in #220 217 update tutorial9 openidconnectbackend #222 Implement SetInitParameter in #226 Add method AddWebFilter specifying a WebFilterHolder in #228 procedure AddFilterWithMapping #230 240 fix memory leaks for configuration objects #241 Tutorial11 #243 First draft of TdjStatisticsFilter #248 Fix memory leak for djContextHandler #252 253 memory … Continue reading Daraja HTTP Framework 2.7 released

Daraja HTTP Framework 2.5 released

The Daraja HTTP Framework is a free open source library for Object Pascal (Free Pascal 3.2.0, Delphi 2009+), based on the stand-alone HTTP server component in Internet Direct (Indy). This release includes a new example application which demonstrates server-sent events. More information - GitHub: https://github.com/michaelJustin/daraja-framework- API documentation: https://michaeljustin.github.io/daraja-framework/- Resources: https://www.habarisoft.com/daraja_framework.html- Wiki: https://github.com/michaelJustin/daraja-framework/wiki

How to: Server-Sent Events with Indy HTTP Server (part 1)

In this article, a server application uses the Indy HTTP server to provide a HTML page which uses SSE to update its content with data sent from the server. Server-Sent Events (SSE) is a server push technology enabling a client to receive automatic updates from a server via an HTTP connection, and describes how servers … Continue reading How to: Server-Sent Events with Indy HTTP Server (part 1)