LinuxCommandLibrary

wuzz

Interactive terminal HTTP client

TLDR

Start interactive HTTP client

$ wuzz
copy
Start with URL
$ wuzz -u [https://api.example.com]
copy
With config file
$ wuzz -c [config.yaml]
copy

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.

SEE ALSO

curl(1), httpie(1), postman(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community