HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wuzz — Interactively inspect HTTP requests and responses. More information: <https://github.com/asciimoo/wu

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpcommandinteractivelyandrequestscliwuzzinspect

Problem

How to use the wuzz command: Interactively inspect HTTP requests and responses. More information: <https://github.com/asciimoo/wuzz#commands>.

Solution

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>

Code Snippets

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>

Context

tldr-pages: common/wuzz

Revisions (0)

No revisions yet.