awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Huachao avatar

Huachao/vscode-restclient

0
View on GitHub↗
6,010 نجوم·519 تفرعات·TypeScript·MIT·3 مشاهداتmarketplace.visualstudio.com/items?itemName=humao.rest-client↗

Vscode Restclient

This is a Visual Studio Code extension that lets developers compose, send, and inspect HTTP requests directly from within the editor. It uses .http and .rest files as executable request definitions, parsing each block of text into a complete HTTP request that is dispatched via Node.js built-in HTTP modules without requiring a separate server process. The extension renders full HTTP responses with syntax-highlighted body, status line, and headers in a dedicated editor tab or side panel.

The extension supports multiple authentication schemes including Basic, Digest, SSL certificates, Azure AD, and AWS Signature v4 to secure API calls. It can obtain OAuth 2.0 tokens from Azure Active Directory via device code or interactive flow and attach them as Bearer headers, with support for targeting specific tenants, selecting Azure cloud environments, and setting custom API audiences. The extension also parses and executes cURL commands pasted into the editor, supporting common options like request method and headers.

Beyond core HTTP request execution, the extension provides a variable interpolation engine that resolves environment, file, prompt, and dynamic variables at request time by substituting placeholders in URLs, headers, and bodies. It includes a disk-persisted request history store for browsing, searching, and re-executing previous requests, and supports chaining requests by referencing parts of a previous request or response. The extension can generate code snippets in various languages from a finalized HTTP request, produce cURL equivalents, and handle GraphQL queries with variables and SOAP requests with snippet support.

Features

  • Editor-Embedded HTTP Dispatchers - Composes and dispatches HTTP requests directly within the editor and displays formatted responses with syntax highlighting.
  • HTTP Request Editors - An editor extension that lets developers write and execute HTTP requests from .http files without leaving the IDE.
  • Executable Request Files - Parses .http and .rest files as executable request definitions with syntax highlighting and response preview.
  • Editor-Embedded Clients - Parses HTTP request files directly in the editor and dispatches them via Node.js HTTP modules.
  • HTTP Request Variable Definitions - Defines and resolves variables within HTTP files to reuse values across requests.
  • VS Code Extensions - Composes, sends, and inspects HTTP requests directly within the VS Code editor with syntax highlighting and response preview.
  • Request-Scoped Variable Definitions - Defines environment, file, prompt, and request-chaining variables resolved at request time.
  • HTTP Request Dispatchers - Composes and dispatches HTTP requests from within the editor and displays the server's response.
  • Node.js Built-in Dispatchers - Dispatches parsed requests via Node.js built-in HTTP/HTTPS modules without a separate server process.
  • Multi-Auth HTTP Clients - Supports Basic, Digest, SSL, Azure AD, and AWS Signature v4 authentication for secure API calls.
  • Response Body Previews - Displays full HTTP responses with syntax highlighting and saves raw responses to disk.
  • Editor-Embedded Previews - Renders full HTTP responses with syntax-highlighted body, status line, and headers in a dedicated editor tab.
  • Response Body Processing - Shows the full HTTP response including status, headers, and body for immediate inspection.
  • API Authentication Schemes - Supports multiple authentication schemes including Basic, Digest, SSL, Azure AD, and AWS Signature v4.
  • Azure AD Bearer Token Authenticators - Obtains Azure AD tokens and attaches them as Bearer tokens to HTTP requests for secure API access.
  • Environment Variable Sets - Creates and switches between environment configurations with variables to adapt requests for different deployment contexts.
  • HTTP Client Requests - Composes and sends HTTP requests directly from the editor, displaying the response in a separate pane with syntax highlighting.
  • Response Formatting - Displays HTTP responses with syntax-highlighted body, status, and headers in the editor.
  • Request Chaining - Passes data from one API response as a variable into subsequent requests to enable dynamic data flow.
  • Response Part References - References parts of a previous request or response by selecting headers, body, or specific JSON or XML values.
  • Code Snippet Generators - Generates executable code snippets in multiple languages from a finalized HTTP request for use in source code.
  • cURL Command Generators - Produces a cURL equivalent of the current request for use outside the editor.
  • cURL Command Integration - Parses and executes cURL commands pasted into the editor, supporting common options like method and headers.
  • Interactive Variable Prompts - Prompts users for variable values at request time, enabling dynamic input without modifying request files.
  • Environment Variable Providers - Provides predefined dynamic variables like UUIDs, timestamps, and environment variables for use in requests.
  • GraphQL Query Editors - Authors and sends GraphQL queries with variables from the editor by specifying custom headers.
  • Query Senders - Authors and sends GraphQL queries with variables in the request body, using a custom header to designate the request type.
  • Request Execution Settings - Allows configuring per-request options like disabling redirects and cookie saving.
  • Variable Interpolators - Resolves environment, file, prompt, and dynamic variables at request time by substituting placeholders.
  • Environment Configurations - Creates and switches between named environment configurations to adapt requests for different contexts.
  • Environment Switching - Switches between named environments to change variable sets without modifying request files.
  • Cookie Management - Remembers cookies from responses and sends them with subsequent requests to maintain sessions.
  • Dynamic Variables - Inserts system-generated values like timestamps and random integers into requests.
  • Customizable Previews - Controls which parts of the response appear in the preview pane by choosing full, headers only, body only, or full exchange.
  • File-Scoped Request Variables - Defines file-scoped variables in HTTP files that are reusable across multiple requests.
  • Azure AD Bearer Token Acquisitions - Obtains Azure AD tokens and attaches them as Bearer tokens to HTTP requests for secure API access.
  • Azure AD Token Acquisitions - Obtains Azure AD tokens via device code or interactive flow for Bearer header attachment.
  • Token Acquisitions - Obtains OAuth 2.0 tokens from Azure Active Directory via device code or interactive flow.
  • Session-Cookie Persistences - Remembers cookies from responses and automatically includes them in subsequent requests to maintain sessions.
  • Environment Variable Substitution - Defines and switches between named environments with key-value variables substituted into requests.
  • Request History Archives - Automatically saves sent requests and provides a browsable history of the last 50 items for review or resending.
  • Request History Persistence - Persists sent requests to disk with timestamps for browsing, searching, and re-execution.
  • Response Body Exports - Writes the full response or just the response body to a local file, with file extension determined by the response MIME type.

سجل النجوم

مخطط تاريخ النجوم لـ huachao/vscode-restclientمخطط تاريخ النجوم لـ huachao/vscode-restclient

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة huachao/vscode-restclient؟

This is a Visual Studio Code extension that lets developers compose, send, and inspect HTTP requests directly from within the editor. It uses .http and .rest files as executable request definitions, parsing each block of text into a complete HTTP request that is dispatched via Node.js built-in HTTP modules without requiring a separate server process. The extension renders full HTTP responses with syntax-highlighted body, status line, and headers in a dedicated editor tab or…

ما هي الميزات الرئيسية لـ huachao/vscode-restclient؟

الميزات الرئيسية لـ huachao/vscode-restclient هي: Editor-Embedded HTTP Dispatchers, HTTP Request Editors, Executable Request Files, Editor-Embedded Clients, HTTP Request Variable Definitions, VS Code Extensions, Request-Scoped Variable Definitions, HTTP Request Dispatchers.

ما هي البدائل مفتوحة المصدر لـ huachao/vscode-restclient؟

تشمل البدائل مفتوحة المصدر لـ huachao/vscode-restclient: httpie/desktop — This is a desktop HTTP client application used for constructing, sending, and analyzing HTTP and GraphQL requests. It… proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket… curlconverter/curlconverter — curlconverter is a browser-based tool and JavaScript library that transforms curl commands into equivalent source code… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… mzabriskie/axios — Axios is a promise-based HTTP client used to make asynchronous network requests in both browser and Node.js… altair-graphql/altair — Altair is a graphical GraphQL API client, integrated development environment, and schema explorer. It functions as a…

بدائل مفتوحة المصدر لـ Vscode Restclient

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Vscode Restclient.
  • httpie/desktopالصورة الرمزية لـ httpie

    httpie/desktop

    3,851عرض على GitHub↗

    This is a desktop HTTP client application used for constructing, sending, and analyzing HTTP and GraphQL requests. It provides a graphical interface for API development and testing, including a dedicated GraphQL client with schema-driven autocomplete and validation. The project features an integrated AI assistant that generates API requests from natural language prompts. It supports a complex organization system of spaces and collections with hierarchical authentication inheritance and recursive variable resolution for dynamic request values. The tool covers a broad range of capabilities, in

    apiapi-clientapi-testing
    عرض على GitHub↗3,851
  • proxymanapp/proxymanالصورة الرمزية لـ ProxymanApp

    ProxymanApp/Proxyman

    6,858عرض على GitHub↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    debugging-tooliosmacos
    عرض على GitHub↗6,858
  • curlconverter/curlconverterالصورة الرمزية لـ curlconverter

    curlconverter/curlconverter

    8,149عرض على GitHub↗

    curlconverter is a browser-based tool and JavaScript library that transforms curl commands into equivalent source code across more than 30 programming languages and HTTP client libraries. It parses curl command arguments into an abstract syntax tree and generates idiomatic code by applying per-language templates, making it a curl command transpiler rather than a simple converter. The tool operates entirely client-side without any server round-trips, ensuring all conversion happens privately in the browser without transmitting data externally. It can also function as a drop-in curl replacement

    TypeScriptcurltree-sitter
    عرض على GitHub↗8,149
  • codeigniter4/codeigniter4الصورة الرمزية لـ codeigniter4

    codeigniter4/CodeIgniter4

    5,924عرض على GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    عرض على GitHub↗5,924
عرض جميع البدائل الـ 30 لـ Vscode Restclient→