aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/proxy.py')
-rw-r--r--libmproxy/proxy.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py
index 100a2e34..286ef3fb 100644
--- a/libmproxy/proxy.py
+++ b/libmproxy/proxy.py
@@ -223,9 +223,6 @@ class Request(controller.Msg):
def is_response(self):
return False
- def short(self):
- return "%s %s"%(self.method, self.url())
-
def assemble_proxy(self):
return self.assemble(True)
@@ -314,12 +311,6 @@ class Response(controller.Msg):
def is_cached(self):
return self.cached
- def short(self):
- r = "%s %s"%(self.code, self.msg)
- if self.is_replay():
- r = "[replay] " + r
- return r
-
def assemble(self):
"""
Assembles the response for transmission to the client. We make some