Skip to content

v1.11.0

Compare
Choose a tag to compare
@zamronypj zamronypj released this 22 Nov 00:45
· 23 commits to master since this release

What is new

  • Add support for http web application using Free Pascal built-in http server, TFpHttpServer class.
  • Add TMaintenanceModeMiddleware, middleware implementation to allow maintenance mode be applied to one or more routes instead of globally applied.
  • Add TSessionMiddleware, a middleware implementation to allow session be applied to one or more routes instead of always globally applied to all routes.