1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 08:26:01 +02:00
tldr/pages/common/wuzz.md

20 lines
187 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.
2017-03-01 16:33:18 -08:00
2017-03-01 17:30:30 -08:00
- Display Help:
2017-03-01 16:33:18 -08:00
`F1`
2017-03-01 17:30:30 -08:00
- Send request:
2017-03-01 16:33:18 -08:00
`Ctrl+R`
2017-03-01 17:30:30 -08:00
- Next View:
2017-03-01 16:33:18 -08:00
`Ctrl+J, Tab`
2017-03-01 17:30:30 -08:00
- Previous View:
2017-03-01 16:33:18 -08:00
`Ctrl+K, Shift+Tab`