文件名称:diet-cors:一个用于diet.js 的 CORS 插件
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-31 03:26:45
JavaScript
节食 一个用于diet.js 的 CORS 插件 安装 npm install diet-cors 示例用法 var server = require ( 'diet' ) app = new server ( ) app . domain ( 'http://localhost:8000/' ) // Global plugin. Used in every call app . plugin ( 'diet-cors' , { origins : [ 'http://localhost:8100' ] , methods : [ 'GET' , 'PUT' , 'POST' , 'DELETE' , 'OPTIONS' ] // default. Not needed } ) ; app . start ( ) app . get ( '/' , function ( $
【文件预览】:
diet-cors-master
----index.js(672B)
----package.json(601B)
----LICENSE(1KB)
----.gitignore(587B)
----README.md(2KB)