Interactive terminal UI for inspecting, debugging, and sending HTTP requests with cURL-like syntax.
Wuzz is an interactive command-line HTTP inspection tool that provides a terminal user interface for sending, debugging, and analyzing web requests. It solves the problem of visually inspecting HTTP traffic directly in the terminal, offering cURL-like argument compatibility for seamless integration with existing workflows.
Developers, DevOps engineers, and API testers who work in terminal environments and need a visual yet keyboard-driven tool for HTTP debugging and inspection.
Developers choose Wuzz for its fast, terminal-native interface that eliminates context switching to GUI tools, combined with full cURL argument support for easy request import and manipulation.
Interactive cli tool for HTTP inspection
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides a keyboard-driven, multi-view interface for HTTP inspection directly in the terminal, as shown in the screencast and keybindings like F2-F9 for quick navigation.
Accepts cURL-like command-line arguments, enabling seamless import of requests from browser devtools' 'copy as cURL' feature, reducing context switching.
Allows toggling between regex and structured query syntax for HTML (using goquery) and JSON (using gjson), making response filtering and analysis more efficient.
Supports saving, loading, and clearing requests with keyboard shortcuts like Ctrl+E and Ctrl+F, facilitating repeated testing and debugging sessions.
The TODO list explicitly mentions this as a missing feature, which can slow down input for complex URLs, headers, or body content.
The README's TODO includes 'Better navigation,' indicating current navigation might be less intuitive or incomplete, potentially hindering efficiency.
Requires manual setup of config files in specific paths (e.g., ~/.wuzz/config.toml), which adds complexity for quick setup or minimal customization needs.
The project admits no test coverage in its TODO, which could impact reliability and stability for critical debugging tasks in production-like environments.
wuzz is an open-source alternative to the following products: