aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod')
-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"]