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

HTTPie Client

anhkhoakz

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

Project Icon

HTTPie Client

HTTPie for Visual Studio Code

Open VSX Downloads Visual Studio Marketplace Downloads

Installation

  1. Install HTTPie client
  2. Install extension VS Code HTTPie from the marketplace

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
    
  3. Click the ⚡️ Send request button that appears above each command in the file, and the command will execute in the Terminal.

Features

  • Syntax highlighting for .httpie files
  • CodeLens "⚡️ Send request" button above each HTTPie command block
  • Completion for HTTP methods and HTTPie options
  • Multi-line and multi-request support in a single file
  • Runs HTTPie commands directly in the VS Code terminal

Requirements

  • HTTPie must be installed and available in your system PATH

Extension Settings

This extension does not contribute any settings at this time.

Known Issues

  • Only supports .httpie files
  • Requests are executed in the integrated terminal; output is not captured in the editor

Release Notes

Please see the CHANGELOG for details on the most recent changes.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft