#routes #http #前端 #响应 #路径 #测试

app testroute

创建一个简单的模拟HTTP服务器,为您的前端或任何东西提供一个路由

2个版本

新版本 0.1.1 2024年8月24日
0.1.0 2024年8月19日

#190HTTP服务器

Download history 116/week @ 2024-08-16

每月 116 次下载

MIT 许可证

12KB
252 代码行

TestRoute - 创建测试http路由的项目,用于您的前端或后端

工作原理

  1. 您运行命令
testroute
  1. 您回答一些问题
> What is the path of your route?: /api/user/4
> What HTTP method should listen to?: GET
> What should be the response HTTP status?: 200
> What should be the response? (Write a file path or leave empty for none): ./response.json
  1. 服务器启动并运行!
> Please test your route at: http://localhost:9999/api/user/4

依赖项

~9–19MB
~243K SLoC