aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authormadt1m <blackjuniper@protonmail.com>2018-06-23 03:36:58 +0200
committermadt1m <blackjuniper@protonmail.com>2018-06-23 03:36:58 +0200
commitb686073f56667f7caf11c9013d592a8f091ccd9d (patch)
tree62c110e294712f5978d1318162a56a08833f872c /examples
parente842aa3798ee71812cc68ce0f3b7360edbc023c3 (diff)
downloadmitmproxy-b686073f56667f7caf11c9013d592a8f091ccd9d.tar.gz
mitmproxy-b686073f56667f7caf11c9013d592a8f091ccd9d.tar.bz2
mitmproxy-b686073f56667f7caf11c9013d592a8f091ccd9d.zip
Hooking the view to load from new DB handler
Diffstat (limited to 'examples')
-rw-r--r--examples/addons/protodumper.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/addons/protodumper.py b/examples/addons/protodumper.py
deleted file mode 100644
index 6a1d676c..00000000
--- a/examples/addons/protodumper.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from mitmproxy.io import protobuf
-
-
-def response(f):
- protobuf.loads(protobuf.dumps(f))