Advanced
In reply to @leofrank
David Furlong@df
3/24/2024

ctx.req has the original request if you want to handle things yourself like the req body. In next.js thats `await ctx.req.json()`

frames-devs