1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 10:05:24 +02:00
tldr/pages/common/wuzz.md

24 lines
304 B
Markdown

# wuzz
> Interactively inspect HTTP requests and responses.
> More information: <https://github.com/asciimoo/wuzz>.
- Start `wuzz`:
`wuzz`
- Send an HTTP request:
`<Ctrl r>`
- Switch to the next view:
`<Ctrl j><Tab>`
- Switch to the previous view:
`<Ctrl k><Shift Tab>`
- Display help:
`<F1>`