Commit Graph

6 Commits

Author SHA1 Message Date
c17d6dac35 feat: Refactor TypedServer to use SmartServe and introduce new request handlers
- Removed legacy servertools and Express dependencies in favor of SmartServe.
- Introduced DevToolsHandler and TypedRequestHandler for handling specific routes.
- Added support for custom route registration with regex parsing.
- Implemented sitemap and feed handling with dedicated helper classes.
- Enhanced HTML response handling with reload script injection.
- Updated UtilityServiceServer and UtilityWebsiteServer to utilize new TypedServer API.
- Removed deprecated compression options and Express-based route handling.
- Added comprehensive request handling for various endpoints including robots.txt, manifest.json, and sitemap.
- Improved error handling and response formatting across the server.
2025-12-02 20:26:34 +00:00
b6d0843e3e fix(core): update 2024-05-14 15:28:09 +02:00
ca3b8a4580 fix(core): update 2024-02-20 17:30:46 +01:00
07739bec27 fix(core): update 2023-07-01 12:29:35 +02:00
87a5337db3 fix(core): update 2023-03-30 15:15:48 +02:00
98be43fbb5 fix(core): update 2023-03-29 14:54:07 +02:00