芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/request-compose/response/string.js
var log = require('../utils/log') module.exports = (encoding) => ({options, res, body, raw}) => { raw = body body = Buffer.from(body).toString(encoding) log({string: {res, body}}) return {options, res, body, raw} }