koa parser:koa的身体分析器 源码

trend1604 18 0 ZIP 2021-05-12 06:05:53

考阿解析器 用于koa的身体分析器。 支持json,form(urlencoded),multipart和text type body。 安装 用法 const Koa = require ( 'koa' ) const parser = require ( 'koa-parser' ) const port = 3000 const app = new Koa ( ) app . use ( parser ( ) ) app . use ( async ( ctx , next ) => { // if nothing was parsed, body will be undefine

用户评论
请输入评论内容
评分:
暂无评论