koa-parser:koa的身体分析器

时间:2024-02-24 11:27:30
【文件属性】:

文件名称:koa-parser:koa的身体分析器

文件大小:153KB

文件格式:ZIP

更新时间:2024-02-24 11:27:30

koa body-parser koajs koa-middleware koa2

考阿解析器 用于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


【文件预览】:
koa-parser-master
----yarn.lock(183KB)
----.eslintrc.js(593B)
----src()
--------types.ts(329B)
--------index.ts(2KB)
--------parser.ts(1KB)
----.vscode()
--------launch.json(526B)
--------tasks.json(470B)
----.travis.yml(199B)
----tsconfig.json(5KB)
----LICENSE(1KB)
----test()
--------index.test.ts(8KB)
----jest.config.js(170B)
----README.md(2KB)
----tsconfig.dev.json(161B)
----.editorconfig(147B)
----.gitignore(897B)
----server.ts(729B)
----.eslintignore(13B)
----screenshot()
--------1.png(101KB)
----package.json(2KB)

网友评论