2个版本
新版本 0.1.1 | 2024年8月24日 |
---|---|
0.1.0 | 2024年8月19日 |
#190 在 HTTP服务器
每月 116 次下载
12KB
252 代码行
TestRoute - 创建测试http路由的项目,用于您的前端或后端
工作原理
- 您运行命令
testroute
- 您回答一些问题
> 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
- 服务器启动并运行!
> Please test your route at: http://localhost:9999/api/user/4
依赖项
~9–19MB
~243K SLoC