Go to file
Adam Tauber 32d706201b Merge pull request #60 from wolowiec/refactor
Reformatted layout setup, so everything can be configured in one place
2017-02-16 21:03:15 +01:00
config [enh] configurable keybindings ++ help popup 2017-02-15 04:27:20 +01:00
docs/images [doc] update screencast 2017-02-12 23:25:58 +01:00
.gitignore Create .gitignore 2017-02-07 22:56:31 +01:00
.travis.yml [mod] travis test matrix mods 2017-02-10 14:38:06 +01:00
commands.go [enh] configurable keybindings ++ help popup 2017-02-15 04:27:20 +01:00
keys.go [enh] configurable keybindings ++ help popup 2017-02-15 04:27:20 +01:00
LICENSE [doc] add license 2017-02-05 03:06:03 +01:00
README.md Create singlelineEditor for url method & search views 2017-02-10 17:13:40 +01:00
sample-config.toml Added support for websites with invalid ssl certificates. This can be achieved by setting the insecure parameter in sample-config.toml or by using the --insecure flag on the command line. By default this parameter is set to false. 2017-02-12 10:44:57 -06:00
wuzz.go run gofmt 2017-02-16 09:43:44 +01:00

wuzz

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.

wuzz screencast

Installation and usage

$ go get github.com/asciimoo/wuzz
$ "$GOPATH/bin/wuzz" --help

Commands

Keybinding Description
Ctrl+R Send request
Ret Send request (only from URL view)
Ctrl+S Save response
Ctrl+C Quit
Ctrl+K, Shift+Tab Previous view
Ctlr+J, Tab Next view
Ctrl+H, Alt+H Toggle history
Down Move down one view line
Up Move up one view line
Page down Move down one view page
Page up Move up one view page
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

TODO

  • Colors
  • Response specific filters (xpath, etc..)
  • Better navigation
  • File upload
  • Autocompletion
  • Tests

Bugs

Bugs or suggestions? Visit the issue tracker.