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
Adam Tauber 60a2bc7311 [enh] help formatting 7 years ago
docs/images [enh] initial commit 8 years ago
README.md [enh] initial commit 8 years ago
wuzz.go [enh] help formatting 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

TODO

  • Colors
  • Save response with ctrl+s
  • Response specific filters (xpath, etc..)
  • Binary respone view
  • Better navigation

Bugs

Bugs or suggestions? Visit the issue tracker.