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
2017-04-26 13:06:27 +01:00

23 lines
258 B
Markdown

# wuzz
> Tool to interactively inspect HTTP requests and responses.
- Start wuzz:
`wuzz`
- Display help information:
`F1`
- Send an HTTP request:
`Ctrl+R`
- Switch to the next view:
`Ctrl+J, Tab`
- Switch to the previous view:
`Ctrl+K, Shift+Tab`