📄️ ToDo API
The ToDo API provides a RESTful interface for managing to-do items. It demonstrates CRUD operations, JSON serialization, route-based handling, and CORS support.
📄️ SSE (Server-Sent Events)
The SSE endpoint maintains a persistent HTTP connection and streams real-time events from the server to the client. It powers the Glass Box dashboard with live logs, metrics, and connection status.
📄️ Error Handling
Glass Box maps exceptions to standard HTTP error responses. When any stage of request processing throws an exception, HTTPErrorHandler catches it, sends the appropriate error response, and logs the error.