mockserver
mockserver
代理
模拟
新增接口
接口路径 host:1080/mockserver/expectation
请求类型
put
exceple
{
“httpRequest” : {
“path” : “/some/path”
},
“httpResponse” : {
“body” : “some_response_body”
},
“times” : {
“remainingTimes” : 1,
“unlimited” : false
},
“timeToLive”
原创
2021-08-20 17:17:21 ·
431 阅读 ·
0 评论