aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/connview.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/console/connview.py')
-rw-r--r--libmproxy/console/connview.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmproxy/console/connview.py b/libmproxy/console/connview.py
index 49418d01..289d8024 100644
--- a/libmproxy/console/connview.py
+++ b/libmproxy/console/connview.py
@@ -23,7 +23,11 @@ def _mkhelp():
[("text", ": hex dump")]
),
("p", "previous flow"),
+ ("r", "replay request"),
+ ("R", "revert changes to request"),
("v", "view body in external viewer"),
+ ("w", "save all flows matching current limit"),
+ ("W", "save this flow"),
("z", "encode/decode a request/response"),
("tab", "toggle request/response view"),
("space", "next flow"),