MCPcopy
hub / github.com/aio-libs/aiohttp / enable_chunked_encoding

Method enable_chunked_encoding

aiohttp/protocol.py:578–579  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

576 self.keepalive = False
577
578 def enable_chunked_encoding(self):
579 self.chunked = True
580
581 def keep_alive(self):
582 if self.keepalive is None:

Callers 8

start_responseMethod · 0.45
sendMethod · 0.45
_responseMethod · 0.45
test_force_chunkedFunction · 0.45

Calls

no outgoing calls

Tested by 6

_responseMethod · 0.36
test_force_chunkedFunction · 0.36