moco框架——带header的post请求
[ { "description": "这是一个带header的post请求", "request": { "uri": "/post/with/headers", "method": "post", "headers": { "content-type": "application/json" }, "json": { "name": "zhangshan", "age": "18" } }, "response": { "headers": { "Content-Type": "text/html;charset=gbk" }, "status": 200, "json": { "huhanshan": "成功", "status": "1" } } } ]