Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Mini PostmanNew to Visual Studio Code? Get it now.
Mini Postman

Mini Postman

yuyuyu

|
66 installs
| (0) | Free
A lightweight API testing tool for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mini Postman

Mini Postman 是一个轻量级的 API 测试工具,集成在 VS Code 中,让你可以直接在编辑器中测试 API 请求而无需切换到浏览器。

功能

  • 支持常见的 HTTP 方法:GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS
  • 可以设置请求参数、请求头和请求体
  • 支持 JSON、表单数据和纯文本格式的请求体
  • 实时显示响应状态、响应时间和响应内容
  • 自动格式化 JSON 响应

使用方法

  1. 按下 Cmd+Shift+P (Mac) 或 Ctrl+Shift+P (Windows/Linux) 打开命令面板
  2. 输入 "Open Mini Postman" 并选择该命令
  3. 在打开的面板中输入请求 URL 和其他参数
  4. 点击 "发送" 按钮发送请求并查看响应

示例

  • 发送 GET 请求:选择 GET 方法,输入 URL,点击发送
  • 发送 POST 请求:选择 POST 方法,输入 URL,切换到 Body 选项卡,选择 JSON 格式,输入请求体,点击发送

要求

  • VS Code 1.60.0 或更高版本

已知问题

  • 由于 VS Code 的安全限制,某些跨域请求可能会受到限制

更新日志

0.0.1

  • 初始版本发布
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft