mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
406 B
Plaintext
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>`
|