const res = c.res.clone()const timeout = setInterval(() => { if (res.bodyUsed) { c.log.debug('body used') clearInterval(timeout) }})cache.set(key, res)
[00:33:31.955] DEBUG: GET /one/banners 304 98ms[00:33:32.873] DEBUG: GET /one/banners 200 2ms[00:33:34.166] DEBUG: GET /one/banners 304 2ms[00:33:37.971] DEBUG: GET /one/banners 304 2ms[00:33:42.575] DEBUG: body used
.get('/idk', errorHandler, c => {...
c.error
await next()