You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Adrian Woźniak 775824b41b Create .gitignore 7 years ago
docs/images [doc] update screencast 7 years ago
.gitignore Create .gitignore 7 years ago
LICENSE [doc] add license 7 years ago
README.md Update README.md 7 years ago
wuzz.go [fix] adjust save-result-popup size on small screen 7 years ago

README.md

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 from window URL only.
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
  • Save response with ctrl+s
  • Response specific filters (xpath, etc..)
  • Binary respone view
  • Better navigation
  • File upload
  • Autocompletion
  • Tests

Bugs

Bugs or suggestions? Visit the issue tracker.