VSCode插件 REST Client

简介: VSCode插件 REST Client

快捷键

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"
    }
  }
}
相关文章
|
5月前
|
Java 数据库连接 C#
Visual Studio C# 多环境配置 Web.config
Visual Studio C# 多环境配置 Web.config
70 0
vscode 运行go 中文乱码
vscode 运行go 中文乱码
129 0
|
8月前
|
Java
vscode + springboot + HTML 搭建服务端(一)
vscode + springboot + HTML 搭建服务端(一)
99 1
|
8月前
|
Java 索引
vscode + springboot + HTML 搭建服务端(二)
vscode + springboot + HTML 搭建服务端(二)
98 1
|
8月前
VSCode插件分享--免费的ER工具
VSCode插件分享--免费的ER工具
96 0
|
域名解析 缓存 监控
介绍下我的 vscode 插件: Live Host
介绍下我的 vscode 插件: Live Host
358 0
|
8月前
vscode 里怎么自动提示 webpack 配置项?
vscode 里怎么自动提示 webpack 配置项?
105 0
|
Go 开发工具 git
vscode设置go环境
vscode设置go环境
177 0
|
Web App开发 JavaScript 前端开发
Visual Studio Code 常见的配置、常用好用插件以及【vsCode 开发相应项目推荐安装的插件】
Visual Studio Code 常见的配置、常用好用插件以及【vsCode 开发相应项目推荐安装的插件】
347 0
|
Linux Shell Go
vscode 安装golang插件报错问题
vscode 安装golang插件报错问题