我们正在构建小型测试模拟器,这些模拟器需要根据我们注入到消息中的内容来响应注入到平台中的静止请求:
Example: GET http://server/example-app/users
Content-Headers and/or query params = some value of pass with 200
Server respond with 200 and content
Example: GET http://server/example-app/users
Content-Headers and/or query params = some value of fail with 400
Server respond with 400 and error
我正在寻找是否有人知道一个开源工具,该工具可用于检查/解析 http 请求并根据查找标准找出响应。我确信我可以轻松编写一些解析器,但如果社区已经使用或知道可用于进行解析和响应映射的东西,我会很感兴趣。