body


bodyunion

Sets or gets the body of the response as a string, object or binary buffer.

JavaScript
// In http-functions.js export function use_myFunction(request) { let body = response.body; // "body text" }
Did this help?