Files
snek/src
retoor d2912e06a3 feat: add StatsView endpoint returning cached stats as JSON response
Implement a new StatsView class under src/snek/view/stats.py that exposes a GET handler. The handler retrieves statistics from the application cache, serializes them with total count and indented JSON formatting, and returns the result with application/json content type.
2025-04-13 03:08:20 +00:00
..