tldr/pages/common/wuzz.md

25 lines
322 B
Markdown
Raw Normal View History

2017-03-02 00:33:18 +00:00
# wuzz
2017-03-08 07:48:28 +00:00
> Tool to interactively inspect HTTP requests and responses.
> More information: <https://github.com/asciimoo/wuzz>.
2017-03-02 00:33:18 +00:00
- Start wuzz:
`wuzz`
- Display help information:
2017-03-02 00:33:18 +00:00
`F1`
- Send an HTTP request:
2017-03-02 00:33:18 +00:00
`Ctrl + R`
2017-03-02 00:33:18 +00:00
- Switch to the next view:
2017-03-02 00:33:18 +00:00
`Ctrl + J, Tab`
2017-03-02 00:33:18 +00:00
- Switch to the previous view:
2017-03-02 00:33:18 +00:00
`Ctrl + K, Shift + Tab`