Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ send_header
Method
send_header
web/httpserver.py:193–194 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
191
self.status = str(int(status)) +
" "
+ msg
192
193
def
send_header(self, name, value):
194
self.headers.append((name, value))
195
196
def
end_headers(self):
197
pass
Callers
2
__iter__
Method · 0.95
wsgi_write_data
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected