Interactive cli tool for HTTP inspection. Wuzz command line arguments are similar to cURL's arguments, so it can be used to inspect/modify requests copied from the browser's network inspector with the copy as cURL feature.
Interactive cli tool for HTTP inspection. Wuzz command line arguments are similar to cURL's arguments, so it can be used to inspect/modify requests copied from the browser's network inspector with the copy as cURL feature.
To install wuzz, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wuzz
To see what files were installed by wuzz, run:
port contents wuzz
To later upgrade wuzz, run:
sudo port selfupdate && sudo port upgrade wuzz
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.