标签: json http response
我正在寻找一个可配置的http服务器,它可以查看http请求并返回自动json响应。有没有可用的开源工具?
示例:
GET http://127.0.0.1/path/keyword
{ status : 200 } <-- This response i want to hard code based on the keyword.
- Cobe