Postmanny
A VS Code extension for managing and testing HTTP requests, similar to Postman but integrated directly in your editor.
Features
- Send HTTP requests directly from VS Code
- View and analyze HTTP responses
- Save and organize collections of requests
- Support for environment variables and request parameters
- Syntax highlighting for request/response bodies
- JSON/XML formatting tools
Installation
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "Postmanny"
- Click Install
Usage
- Open the command palette (Ctrl+Shift+P)
- Type "Postmanny" to see available commands
- Start with "Postmanny: New Request" to create your first request
Requirements
- VS Code version 1.95.0 or higher
Extension Settings
This extension contributes the following settings:
postmanny.defaultHeaders : Default headers to include in all requests
postmanny.environmentFile : Path to environment variables file
postmanny.timeoutDuration : Request timeout in milliseconds (default: 30000)
Known Issues
- Currently in early development
- File upload for multipart/form-data not yet implemented
- WebSocket connections not yet supported
Release Notes
0.0.1
Initial preview release with basic HTTP request functionality:
- GET, POST, PUT, DELETE methods
- Basic header and parameter management
- Response viewing
Contributing
Contributions are welcome! Please check our GitHub repository for guidelines.
License
This extension is licensed under the MIT License.
Happy API Testing!
| |