zk309-body-parse
v1.0.0
Published
模拟一个类似于 express.urlencoded() 这样的 Express 内置的中间件, 来解析 POST 提交到服务器的表单数据.
Readme
安装方式
npm install zk309-body-parse导入自定义中间件模块
const bodyParse = require('zk309-body-parse');解析表单中的 URL-encoded 格式的请求体数据.
app.use(bodyParse);开源协议
ISC
