文件名称:koa_method_override:koa的方法覆盖中间件
文件大小:1KB
文件格式:ZIP
更新时间:2024-07-04 19:18:11
JavaScript
受快速方法覆盖的启发 用法: var method_override = require("koa_method_override") app.use(method_override()); 这将创建 this.request.original_method // hold the original method this.method // new method
【文件预览】:
koa_method_override-master
----.gitignore(12B)
----package.json(237B)
----index.js(396B)
----README.md(252B)