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

Method is_headers_sent

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

Source from the content-addressed store, hash-verified

594 return self.keepalive
595
596 def is_headers_sent(self):
597 return self.headers_sent
598
599 def add_header(self, name, value):
600 """Analyze headers. Calculate content length,

Callers 2

test_send_headersFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_send_headersFunction · 0.64