data
The response body. When returning stream as response, this is a Node.js readable stream representing the response body. When returning Buffer
as response, this is a Buffer
. When returning string
as response, this is a string
. This is ignored for other types of responses.