Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>HTTPieNew to Visual Studio Code? Get it now.
HTTPie

HTTPie

wk-j

|
7,764 installs
| (3) | Free
HTTPie suport for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Version Installs

Installation

  1. Install HTTPie client
  2. Install extension VS Code HTTPie

Usage

  1. Create a file anywhere ending in .httpie, such as Request.httpie
  2. Add HTTPie commands to it:
http -v PUT httpbin.org/put API-Key:foo hello=world

// Separate commands with commented lines (//)
http DELETE example.org/todos/7

// Request a Google search
http www.google.com search=='HTTPie logo' tbm==isch

// Use multiple lines for a single command
http www.google.com
    search=='HTTPie logo'
    tbm==isch
  1. Click the Send request button that appears above each command in the file, and the command will execute in the Terminal.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft