mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
23 lines
258 B
Markdown
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`
|