文件名称:mocko:愚蠢的 http 模拟实用程序
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-03 18:26:03
JavaScript
莫科 一个愚蠢的 http 模拟实用程序 要求 安装 npm install mocko 用法 # start by passing a file path (and optional port) node node_modules/.bin/mocko **route_file.json** *port* 端点在 json 文件中定义 例子 { "/api/test": { "headers": { "Content-type": "application/json", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Headers": "X-Requested-With" }, "statusCode": 200, "body": {
【文件预览】:
mocko-master
----.gitignore(39B)
----.eslintrc(3KB)
----package.json(746B)
----index.js(2KB)
----io.js(1KB)
----readme.md(901B)
----test()
--------io_test.js(910B)
--------fixtures()