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

Method chunked

tests/test_client_functional_oldstyle.py:1318–1321  ·  view source on GitHub ↗
(self, match)

Source from the content-addressed store, hash-verified

1316
1317 @test_utils.Router.define('/chunked$')
1318 def chunked(self, match):
1319 resp = self._start_response(200)
1320 resp.add_chunking_filter(100)
1321 self._response(resp, chunked=True)
1322
1323 @test_utils.Router.define('/keepalive$')
1324 def keepalive(self, match):

Callers

nothing calls this directly

Calls 3

_start_responseMethod · 0.80
add_chunking_filterMethod · 0.80
_responseMethod · 0.80

Tested by

no test coverage detected