Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个可配置的 http 服务器,它可以查看 http 请求并返回自动 json 响应。有没有可用的开源工具?
例子 :
GET http://127.0.0.1/path/keyword
{ status : 200 } <-- This response i want to hard code based on the keyword.
——科比