aboutsummaryrefslogtreecommitdiffstats
path: root/mitmweb
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-09-14 11:30:00 +1200
committerAldo Cortesi <aldo@nullcube.com>2014-09-14 11:30:00 +1200
commit81e3a6e8e661b212bf45fb37623556f2793d2184 (patch)
treef0fdb3d88bce83263fa91b5a0000093f335d865f /mitmweb
parent7b74d207f39e642e5029a4855da47314ce224a33 (diff)
downloadmitmproxy-81e3a6e8e661b212bf45fb37623556f2793d2184.tar.gz
mitmproxy-81e3a6e8e661b212bf45fb37623556f2793d2184.tar.bz2
mitmproxy-81e3a6e8e661b212bf45fb37623556f2793d2184.zip
Super-basic outline for web io loop
Diffstat (limited to 'mitmweb')
-rwxr-xr-xmitmweb4
1 files changed, 4 insertions, 0 deletions
diff --git a/mitmweb b/mitmweb
new file mode 100755
index 00000000..d709811b
--- /dev/null
+++ b/mitmweb
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+from libmproxy.main import mitmweb
+
+mitmweb()