Installation
Note
Due to the active development phase, the first version of HTTL is available only as a Visual Studio Code extension. However, We are actively working on a CLI version of HTTL, which will be available soon, along with a JetBrains plugin.
Quick Start with HTTL
Install HTTL
Download the latest version of HTTL from the Visual Studio Marketplace
Create .httl file
Create a new file with a .httl
extension.
Write a query
basic.httl
get https://httpbin.org/anything
You are good to go! Run the query
Click the Run
button to execute your query.
Alternatively, you can use the shortcut keys Ctrl|Cmd + Enter
, or press F5
.

For VS Code only
Additionally, you can use the Quick Run
panel to execute your query.
The query text is saved in the current workspace, so you can run it again at any time.

Last updated on