Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>TinyClientNew to Visual Studio Code? Get it now.
TinyClient

TinyClient

youngwonseo

|
1 install
| (0) | Free
A lightweight HTTP client for VS Code with request management and testing capabilities
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TinyClient

A lightweight HTTP client extension for Visual Studio Code that provides an intuitive interface for testing APIs and managing HTTP requests.

Features

  • Request Management: Organize your HTTP requests in folders
  • Multiple HTTP Methods: Support for GET, POST, PUT, DELETE, and other HTTP methods
  • Request History: Keep track of your API calls
  • Import/Export: Share request collections with your team
  • Clean Interface: Simple and intuitive user interface integrated into VS Code
  • Response Viewing: View formatted responses with syntax highlighting

Usage

  1. Open the Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux)
  2. Type "TinyClient: Open HTTP Client" to open the main interface
  3. Use the sidebar to manage your requests:
    • Click the "+" icon to create new requests
    • Right-click on requests for additional options (rename, duplicate, delete)
    • Organize requests into folders for better management

Requirements

  • Visual Studio Code version 1.91.0 or higher

Release Notes

0.0.1

Initial release of TinyClient:

  • Basic HTTP request functionality
  • Request organization with folders
  • Import/Export capabilities
  • Simple and clean interface

Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft