Resolver for purpose/resource/subject. Can be a static string, a sync function over Context, or an async function for cases where the resolver needs to await c.req.json() (Hono request body is a stream until consumed).
c.req.json()
Resolver for purpose/resource/subject. Can be a static string, a sync function over Context, or an async function for cases where the resolver needs to await
c.req.json()(Hono request body is a stream until consumed).