Files
cheatsheet-tldr/tldr/wuzz
2025-11-29 00:20:05 +00:00

30 lines
406 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# wuzz
> Interactively inspect HTTP requests and responses.
> More information: <https://github.com/asciimoo/wuzz#commands>.
- 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>`