1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/wuzz.md

25 lines
322 B
Markdown
Raw Normal View History

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.
> More information: <https://github.com/asciimoo/wuzz>.
2017-03-01 16:33:18 -08:00
- Start wuzz:
`wuzz`
- Display help information:
2017-03-01 16:33:18 -08:00
`F1`
- Send an HTTP request:
2017-03-01 16:33:18 -08:00
`Ctrl + R`
2017-03-01 16:33:18 -08:00
- Switch to the next view:
2017-03-01 16:33:18 -08:00
`Ctrl + J, Tab`
2017-03-01 16:33:18 -08:00
- Switch to the previous view:
2017-03-01 16:33:18 -08:00
`Ctrl + K, Shift + Tab`