wuzz(1) | General Commands Manual | wuzz(1) |
wuzz - interactive tool for HTTP inspection
Wuzz is an interactive tool for generating and sending HTTP requests, as well as viewing the responses. Instead of having to specify the HTTP headers, parameters, body etc. on the command-line, a simple and intuitive CUI (console user interface) can be used. Wuzz's command line arguments are similar to cURL's arguments, so it can be used to inspect and modify requests copied from a browser's network inspector with the "copy as cURL" feature.
wuzz [OPTIONS]... [URL]
The default location for the configuration file is $XDG_CONFIG_HOME/wuzz/config.toml. The -c / --config switch can be used to load a configuration file from a different location. This package ships with an example configuration in /usr/share/doc/wuzz/examples/.
Ctrl+R | Send request |
Return (Enter) | Send request (only from URL view) |
Ctrl+S | Save response |
Ctrl+C | Quit |
Ctrl+K, Shift+Tab | Previous view |
Ctrl+J, Tab | Next view |
Alt+H | Toggle History |
Down (Arrow Keys) | Move down one view line |
Up (Arrow Keys) | Move up one view line |
Page down | Move down one view page |
Page up | Move up one view page |
F1 | Display help |
F2 | Jump to URL |
F3 | Jump to query parameters |
F4 | Jump to HTTP method |
F5 | Jump to request body |
F6 | Jump to headers |
F7 | Jump to search |
F8 | Jump to response headers |
F9 | Jump to response body |
This manual page was written by Jack Henschel <jackdev@mailbox.org>, for the Debian project (and may be used by others).
2017-03-04 |