我怎样才能返回摩根组合格式字符串
async function sample(){
const res = await axios.get("http://localhost:3000/sample")
const morganFormattedString = morgan('combined', {stream: {write: res => res }})
}
res将是一个对象,我需要将 res 的对象转换为以下字符串,这是由 morgan 在内部完成的
::ffff:127.0.0.1 - - [18/Jan/2019:04:59:10 +0000] "GET /sample HTTP/1.1" 200 2 " http://localhost/ " "Mozilla/5.0 (linux) AppleWebKit /537.36(KHTML,像 Gecko)jsdom/11.12.0"