in app/v3/httpRawBody/index.ts [21:23]
function formatIfBuffer(data: any): any { return Buffer.isBuffer(data) ? util.format(data) : data; }