From 77faf2a0f1213859d250d4a08a55da6366b46eab Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Wed, 1 Mar 2017 16:33:18 -0800 Subject: [PATCH 1/3] added wuzz --- pages/common/wuzz.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/wuzz.md diff --git a/pages/common/wuzz.md b/pages/common/wuzz.md new file mode 100644 index 0000000000..b40847f48a --- /dev/null +++ b/pages/common/wuzz.md @@ -0,0 +1,20 @@ +# wuzz + +> Interactive HTTP Inspection + +- Display Help + +`F1` + +- Send request + +`Ctrl+R` + +- Next View + +`Ctrl+J, Tab` + +- Previous View + +`Ctrl+K, Shift+Tab` + From aff5bbe9effcb4904c501afac97340f81911e784 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Wed, 1 Mar 2017 17:30:30 -0800 Subject: [PATCH 2/3] fix formating to please unit tests --- pages/common/wuzz.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/common/wuzz.md b/pages/common/wuzz.md index b40847f48a..92f35c583d 100644 --- a/pages/common/wuzz.md +++ b/pages/common/wuzz.md @@ -1,20 +1,19 @@ # wuzz -> Interactive HTTP Inspection +> Interactive HTTP Inspection. -- Display Help +- Display Help: `F1` -- Send request +- Send request: `Ctrl+R` -- Next View +- Next View: `Ctrl+J, Tab` -- Previous View +- Previous View: `Ctrl+K, Shift+Tab` - From fc379e3ecdc63e2cdcaa6918095e6d5a7c8a71ee Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Tue, 7 Mar 2017 23:48:28 -0800 Subject: [PATCH 3/3] updated description for wuzz --- pages/common/wuzz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/wuzz.md b/pages/common/wuzz.md index 92f35c583d..756d01f5b6 100644 --- a/pages/common/wuzz.md +++ b/pages/common/wuzz.md @@ -1,6 +1,6 @@ # wuzz -> Interactive HTTP Inspection. +> Tool to interactively inspect HTTP requests and responses. - Display Help: