2017-03-01 16:33:18 -08:00
|
|
|
# wuzz
|
|
|
|
|
2017-03-07 23:48:28 -08:00
|
|
|
> Tool to interactively inspect HTTP requests and responses.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://github.com/asciimoo/wuzz>.
|
2017-03-01 16:33:18 -08:00
|
|
|
|
2017-04-25 22:47:00 +01:00
|
|
|
- Start wuzz:
|
|
|
|
|
|
|
|
`wuzz`
|
|
|
|
|
|
|
|
- Display help information:
|
2017-03-01 16:33:18 -08:00
|
|
|
|
|
|
|
`F1`
|
|
|
|
|
2017-04-25 22:47:00 +01:00
|
|
|
- Send an HTTP request:
|
2017-03-01 16:33:18 -08:00
|
|
|
|
2017-04-28 23:34:51 +01:00
|
|
|
`Ctrl + R`
|
2017-03-01 16:33:18 -08:00
|
|
|
|
2017-04-25 22:47:00 +01:00
|
|
|
- Switch to the next view:
|
2017-03-01 16:33:18 -08:00
|
|
|
|
2017-04-28 23:34:51 +01:00
|
|
|
`Ctrl + J, Tab`
|
2017-03-01 16:33:18 -08:00
|
|
|
|
2017-04-25 22:47:00 +01:00
|
|
|
- Switch to the previous view:
|
2017-03-01 16:33:18 -08:00
|
|
|
|
2017-04-28 23:34:51 +01:00
|
|
|
`Ctrl + K, Shift + Tab`
|