您当前的位置: 首页 >  vscode

彭世瑜

暂无认证

  • 0浏览

    0关注

    2791博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

VSCode插件 REST Client

彭世瑜 发布时间:2020-12-25 14:01:35 ,浏览量:0

快捷键 Win: Ctrl+Alt+R macOS: Cmd+Alt+R

文档:https://marketplace.visualstudio.com/items?itemName=humao.rest-client

请求文件

test.http

GET https://www.baidu.com/

### 
GET https://httpbin.org/get


### 
POST {{host}}/post
content-type: application/json

{
    "name": "sample",
    "time": "Wed, 21 Oct 2015 18:27:50 GMT"
}
环境变量

.vscode/settings.json

{
  "rest-client.environmentVariables": {
    "$shared": {
      "host": "https://httpbin.org"
    },
    "local": {
      "host": "https://httpbin.org"
    },
    "production": {
      "host": "https://httpbin.org"
    }
  }
}

关注
打赏
1665367115
查看更多评论
立即登录/注册

微信扫码登录

0.1400s