Jas Curl Runner is a Visual Studio Code extension that allows you to run and validate HTTP requests written as curl commands directly inside VS Code using a .jascurl file.
This guide explains how to use the extension end-to-end, step by step.
📌 Who Is This For?
This extension is ideal for:
Developers who already use curl
Backend engineers testing APIs
Anyone who wants a lightweight alternative to Postman
Developers who want requests + assertions in one file
No prior knowledge of VS Code extensions is required.
🧩 Key Concepts
Concept
Meaning
.jascurl
Custom file type for requests
###
Marks a request block
curl
Actual HTTP request
@assert:
Response validation rule
Response Tab
Where results are shown
🚀 Getting Started
1️⃣ Install the Extension
Install Jas Curl Runner from the VS Code Marketplace.