request.data
request.data
Whenever you set a body on a request, you can later access the original body parameter as request.data. If you access request.body, you will see that it is transformed into a ReadableStream, which can only be read once. The metro.request() function adds the data property.