1. 首页
  2. 数据库
  3. 其它
  4. koa parser:koa的身体分析器 源码

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

上传者: 2021-05-12 06:35:54上传 ZIP文件 152.88KB 热度 21次
考阿解析器 用于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
下载地址
用户评论