We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16ff22 commit 3106567Copy full SHA for 3106567
aiohttp/hdrs.py
@@ -49,7 +49,7 @@
49
SERVER = upstr('SERVER')
50
SET_COOKIE = upstr('SET-COOKIE')
51
TE = upstr('TE')
52
-TRAILERS = upstr('TRAILERS')
+TRAILER = upstr('TRAILER')
53
TRANSFER_ENCODING = upstr('TRANSFER-ENCODING')
54
UPGRADE = upstr('UPGRADE')
55
URI = upstr('URI')
aiohttp/protocol.py
@@ -801,7 +801,7 @@ class Response(HttpMessage):
801
hdrs.PROXY_AUTHENTICATE,
802
hdrs.PROXY_AUTHORIZATION,
803
hdrs.TE,
804
- hdrs.TRAILERS,
+ hdrs.TRAILER,
805
hdrs.TRANSFER_ENCODING,
806
hdrs.UPGRADE,
807
}
0 commit comments