A lightweight, interactive command-line HTTP client for testing and exploring RESTful APIs.
- Interactive shell with syntax highlighting, autocompletion, and command history
- Support for GET, POST, PUT, and DELETE methods
- JSON response formatting and highlighting
- Multiple authentication methods (Basic, Bearer, API key)
- Custom headers, query parameters, and request body
- Configurable connection and read timeouts
- JSON body and header files loading
- Cross-platform (Windows, macOS, Linux)
This project is licensed under MIT.
For the full license, see LICENSE.TXT.
Contributions are welcome!
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request