wuzz
Interactive terminal HTTP client
TLDR
Start interactive HTTP client
$ wuzz
Start with URL$ wuzz -u [https://api.example.com]
With config file$ wuzz -c [config.yaml]
SYNOPSIS
wuzz [-u url] [-c config] [options]
DESCRIPTION
wuzz is an interactive HTTP inspection tool with a terminal user interface. It provides a keyboard-driven environment for building HTTP requests, setting headers and body content, and viewing formatted responses without leaving the terminal.
The tool maintains a history of previous requests for easy re-execution and modification. It serves as a lightweight alternative to graphical tools like Postman for quick API testing and debugging directly from the command line.
PARAMETERS
-u URL
Initial URL.-c FILE
Config file.--insecure
Skip TLS verify.
CAVEATS
Terminal UI only. Go implementation. Basic features.
HISTORY
wuzz was created as an interactive command-line HTTP inspection tool with a TUI.
