The #miniflare probably has the biggest chance of an answer.. I am pretty sure unit testing support
The #miniflare probably has the biggest chance of an answer.. I am pretty sure unit testing support was a must-have for v2
const body = await request.json() is how you access the POST body of a requestconst { title, content } = await request.json()
upstream option to proxy to your backend services?workers.dev?team4768)const body = await request.json()const { title, content } = await request.json()upstreamworkers.devteam4768