method override:覆盖HTTP动词 源码
方法重写 使您可以在客户端不支持的位置使用HTTP动词,例如PUT或DELETE。 安装 这是通过提供的模块。 使用完成 : $ npm install method-override API 注意在需要了解请求方法的任何模块之前使用此模块非常重要(例如,必须在csurf模块之前使用它)。 methodOverride(getter,选项) 创建一个新的中间件函数,以新值覆盖req.method属性。 该值将从提供的getter提取。 getter用于查找请求的重写请求方法的getter。 (默认值: X-HTTP-Method-Override ) options.methods
文件列表
method-override-master.zip
(预估有个11文件)
method-override-master
.travis.yml
955B
.eslintrc
28B
index.js
3KB
HISTORY.md
3KB
package.json
1KB
test
.eslintrc
37B
test.js
6KB
LICENSE
1KB
暂无评论