feat(req): cache body content by yusukebe · Pull Request #1333 · honojs/hono

This PR allows HonoRequest to cache its body content retrieved from methods like req.raw.json(). The following methods will have their results cached: json() text() arrayBuffer() blob() formData()...

Page image