Skip to content

Commit

Permalink
docs: add capture variable to feature section
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Oct 23, 2024
1 parent 4463861 commit 3701242
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,23 @@

## Features

- Run Hurl requests directly from VSCode
- Execute single entries or entire Hurl files
- Manage environment variables for Hurl requests
- Support for inline variables
- View detailed HTTP responses in a formatted webview
- Syntax highlighting for Hurl files
- Integration with VSCode's status bar for execution feedback
- 🚀 Run Hurl requests directly from VSCode
- ▶️ Execute single entries
- ⏭️ Run from a specific entry to the end of the file
- 📁 Run entire Hurl files
- ✂️ Run selected text
- 🔝 Run from the beginning to the current entry
- 🔧 Variable management
- 🌍 Support for environment files
- 📝 Inline variable management
- 🌐 Global variable support (based on captured variables)
- 📊 Capture values from responses and use them in subsequent requests
- 👁️ View detailed HTTP responses in a formatted webview
- 🎨 Syntax highlighting for Hurl files
- 📊 Integration with VSCode's status bar for execution feedback
- 🔍 Code lens support for quick actions
- 🔁 Rerun last command functionality
- 📜 View last response without re-running the request

### Commands

Expand Down

0 comments on commit 3701242

Please sign in to comment.