Releases: asciimoo/wuzz
Releases · asciimoo/wuzz
v0.5.0
v0.4.0
- Save/load requests (
-f/--fileflags for loading) - Multipart form handling (
-F/--formflags) - Edit window content in external editor
- Colorized html output
- Context specific search (github.com/tidwall/gjson for JSON)
- More consistency with cURL API (
--data-urlencodeflag added) - Update to the latest
gocuiui library
v0.3.0
- Request header autocompletion
- Configurable statusline
- JSON requests with
-j/--jsonflags - Allow insecure HTTPS requests (
-k/--insecureflags) - Socks proxy support (
-x/--proxyflags) - Disable following redirects (
-R/--disable-redirectsflags) - Enhanced TLS support (
-T/--tls,-1/--tlsv1,--tlsv1.0,--tlsv1.1,--tlsv1.2flags) - Commands for line and word deletion
- Home/end navigation fix
v0.2.0
- Config file support with configurable keybindings
- Help popup (F1 key)
- Ignore invalid SSL certs with the --insecure flag
- PATCH request support
- Allow JSON request body (--data-binary flag)
- Colorized JSON response
- Parameter encoding bugfix
- Multiple UI bugfixes