v1.11.0
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.