Response
Control how to respond to a request
{
status: 200, //status of response
headers: { //headers in response
"Content-Type": "application/json",
},
inlineData: { //a way to pass raw data
test: 'inline data'
},
bodyFileName: "data.json" //name of the file with raw json data
}Status
Headers
Inline Data
Body File Name
Last updated