摘要: - node.js的HTTP请求记录器中间件 ### 基本使用 - ``` morgan(format,options) ``` - 使用预定义的格式字符串 - ```js morgan('tiny') ``` - 使用预定义令牌的格式字符串 - ```js morgan(':method :url 阅读全文
posted @ 2023-09-08 00:03 Syinho 阅读(63) 评论(0) 推荐(0) 编辑