RESTClient插件使用


  1. 浏览器附加组件库输入“RESTClient”,下载安装。
  2. get方式
    输入url,发送即可。
  3. post方式
    根据正文(消息体)格式添加HTTP 头字段
    Content-Type
    application/x-www-form-urlencoded;charset=UTF-8
    application/json; charset=UTF-8

RESTClient插件使用

相关文章: