Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_response
Method · 0.45
send
Method · 0.45
_response
Method · 0.45
test_force_chunked
Function · 0.45
test_default_headers_chunked
Function · 0.45
test_prepare_chunked_force
Function · 0.45
test_write_payload_chunked
Function · 0.45
test_write_payload_chunked_multiple
Function · 0.45
Calls
no outgoing calls
Tested by
6
_response
Method · 0.36
test_force_chunked
Function · 0.36
test_default_headers_chunked
Function · 0.36
test_prepare_chunked_force
Function · 0.36
test_write_payload_chunked
Function · 0.36
test_write_payload_chunked_multiple
Function · 0.36