aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-11-16 14:41:02 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-11-16 14:41:02 +1300
commitaf698b2fdac9df8b6eac362b4d857ea80e1a81e5 (patch)
treec6b280f59161bc671e2ba6122a609b2e1d485b90 /libpathod/language.py
parent39fcc600a64701564a1a95f317e809957eaaee7f (diff)
downloadmitmproxy-af698b2fdac9df8b6eac362b4d857ea80e1a81e5.tar.gz
mitmproxy-af698b2fdac9df8b6eac362b4d857ea80e1a81e5.tar.bz2
mitmproxy-af698b2fdac9df8b6eac362b4d857ea80e1a81e5.zip
:u belongs on Request not Response
Diffstat (limited to 'libpathod/language.py')
-rw-r--r--libpathod/language.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/language.py b/libpathod/language.py
index 30788569..6aae7dc7 100644
--- a/libpathod/language.py
+++ b/libpathod/language.py
@@ -846,7 +846,6 @@ class Response(_Message):
InjectAt,
ShortcutContentType,
ShortcutLocation,
- ShortcutUserAgent,
Raw,
Reason
)
@@ -893,6 +892,7 @@ class Request(_Message):
DisconnectAt,
InjectAt,
ShortcutContentType,
+ ShortcutUserAgent,
Raw
)
logattrs = ["method", "path", "body"]