aboutsummaryrefslogtreecommitdiff
path: root/source/library
Commit message (Collapse)AuthorAgeFilesLines
* Refactor `route` function for improved performance and error handlingAlex2025-03-231-7/+19
| | | | | | | | - Normalized URL path by removing trailing slashes for consistent matching. - Added proper 404 response when a route is not found, including the requested path in the error message. - Enhanced error handling to return a 500 Internal Server Error for unexpected exceptions. - Prepared for potential optimization by suggesting the use of a `Map` for faster route lookups. - Improved code readability and maintainability.
* refactor: implement Router class for improved request handlingAlex2025-03-231-0/+67
|
* move back to vanillaAlex Pooley2025-03-201-24/+0
|
* feat: implement service status validation and refactor status routeAlex Pooley2025-03-191-0/+24