Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ _copy_cookies
Method
_copy_cookies
aiohttp/web_reqrep.py:433–436 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
431
self._headers.extend(headers)
432
433
def
_copy_cookies(self):
434
for
cookie in self._cookies.values():
435
value = cookie.output(header=
''
)[1:]
436
self.headers.add(hdrs.SET_COOKIE, value)
437
438
@property
439
def
prepared(self):
Callers
1
_start
Method · 0.95
Calls
1
output
Method · 0.80
Tested by
no test coverage detected