Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ send_headers
Method
send_headers
tests/builtin_server/tests.py:141–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
139
self.write_chunk_counter = 0
140
141
def
send_headers(self):
142
super().send_headers()
143
self.headers_written = True
144
145
def
_write(self, data):
146
if
self.headers_written:
Callers
2
finish_response
Method · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected