Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.16 KB

File metadata and controls

36 lines (23 loc) · 2.16 KB

wuzz

  • asciimoo/wuzz: Interactive cli tool for HTTP inspection #ril
    • Wuzz command line arguments are similar to cURL’s arguments, so it can be used to inspect/modify requests copied from the browser’s network inspector with the “copy as cURL” feature. 跟 Copy as cURL 的功能接軌,這點子真不錯!! 進到 wuzz TUI 後就可以調整 request 觀察變化。

新手上路 ?? {: #getting-started }

  • asciimoo/wuzz: Interactive cli tool for HTTP inspection #ril
    • 畫面上每個窗格都叫 view,可以用 Tab 切換 focus;在 URL view 按下 Enter 會送出 request,在其他 view 時也可以用 Ctrl-R 送出。
    • 預設的 keybinding 感覺比較像是 Windows 在用的? 例如 F1 (Help)、Ctrl-C (Quit) 等。
  • Ctrl-O 在文件中沒提到 -- Open Editor,可以用外部編輯器修改當前 view 的內容。

Configuration ??

安裝設置 {: #setup }

參考資料 {: #reference }

相關:

  • Postman - 可以做為 Postman 在 terminal 環境下的替代方案