API Results (htmx)
Server-pushed HTML fragment updates via SSE event api.
Hello
/api/hello{
"ok": true,
"message": "hello from hono on HTTP/3 capable server"
}
Time
/api/time{
"now": "2026-03-05T23:20:14.366Z"
}
Random
/api/random{
"random": 0.8342343032219224
}
Stats Summary
/api/stats{
"activeSessions": 4,
"activeH3Sessions": 0,
"activeH2Sessions": 4,
"requestsTotal": 186,
"uptimeSec": 1041
}