From 317ae115c2012f887f5d7ef83cca48a55f5eed4a Mon Sep 17 00:00:00 2001 From: Alexander Prinzhorn Date: Fri, 5 Mar 2021 11:57:06 +0100 Subject: [PATCH] document flow_details 4 --- mitmproxy/addons/dumper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mitmproxy/addons/dumper.py b/mitmproxy/addons/dumper.py index c47c32dcc..3b05c0945 100644 --- a/mitmproxy/addons/dumper.py +++ b/mitmproxy/addons/dumper.py @@ -42,7 +42,8 @@ class Dumper: 0: shortened request URL, response status code, WebSocket and TCP message notifications. 1: full request URL with response status code 2: 1 + HTTP headers - 3: 2 + full response content, content of WebSocket and TCP messages. + 3: 2 + truncated response content, content of WebSocket and TCP messages + 4: 3 + nothing is truncated """ ) loader.add_option(