The body field is mentioned in the documentation but I didn't see it neither in types nor in the implementation. I wonder how people are getting contents of a POST, PUT, etc.
The tests/index.spec.ts file contains the unit test of describe('Body', () => {, including await req.json(), which can obtain the content in application/json body data. I hope it works for you
The body field is mentioned in the documentation but I didn't see it neither in types nor in the implementation. I wonder how people are getting contents of a POST, PUT, etc.