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 2313176 commit 1f86f8eCopy full SHA for 1f86f8e
python-ecosys/aiohttp/aiohttp/__init__.py
@@ -17,7 +17,7 @@
17
class ClientResponse:
18
def __init__(self, reader):
19
self.content = reader
20
-
+
21
def get_header(self, keyname, value=None):
22
try:
23
return next((v for k, v in self.headers.items() if k.lower() == keyname.lower()))
0 commit comments