美文网首页
Moco之headers

Moco之headers

作者: Lutous | 来源:发表于2019-07-30 00:03 被阅读0次

Jason文件为:

[
  {
    "description":"这是一个带header信息的post请求",
    "request":{
      "uri":"/post/with/headers",
      "method":"post",
      "headers":{
        "content-type":"application/json"
      },
      "json":{
        "name":"wanglaosi",
        "sex":"woman"
      }
    },
    "response":{
      "json":{
        "wanglaosi":"success",
        "status":"1"
      }
    }
  }
]

相关文章

网友评论

      本文标题:Moco之headers

      本文链接:https://www.haomeiwen.com/subject/equwrctx.html