Create a file anywhere ending in .httpie, such as Request.httpie
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
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.